Skip to content

Commit

Permalink
turned off profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed May 21, 2014
1 parent 08ff399 commit 683af5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pupil_src/player/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'''
(*)~----------------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2014 Pupil Labs
Expand Down Expand Up @@ -474,7 +475,7 @@ def get_from_data(data):

if __name__ == '__main__':
freeze_support()
if 0:
if 1:
main()
else:
import cProfile,subprocess,os
Expand Down

0 comments on commit 683af5d

Please sign in to comment.