Skip to content

Commit a5d58e9

Browse files
committed
Disable profiling for now
1 parent 60da106 commit a5d58e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dlclivegui/services/dlc_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
# Enable profiling to get more detailed timing metrics for debugging and optimization.
36-
ENABLE_PROFILING = True
36+
ENABLE_PROFILING = False
3737

3838

3939
class PoseBackends(Enum):

0 commit comments

Comments
 (0)