Skip to content

Commit 9b4bd55

Browse files
committed
.
1 parent 3a194f9 commit 9b4bd55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

behavior_data_visualizer/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def update_mice_options(selected_project):
162162
],
163163
)
164164
def update_mouse_data_dict(selected_project, selected_mouse):
165-
print(mouse_data_dict.keys())
166165
if selected_project is None or selected_mouse is None:
167166
return False
168167
# check if the data is already loaded
@@ -242,6 +241,7 @@ def update_single_mouse_video(clickData, project_name):
242241

243242
# convert trial to seconds
244243
start_time = utils.get_seconds_of_trial(subject, date, trial)
244+
print(start_time)
245245
video_component = dash.html.Video(
246246
id="video-player",
247247
src=f"/videos/{video_filename}",

0 commit comments

Comments
 (0)