aboutsummaryrefslogtreecommitdiffstats
path: root/grc/gui_qt/helpers/profiling.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui_qt/helpers/profiling.py')
-rw-r--r--grc/gui_qt/helpers/profiling.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/gui_qt/helpers/profiling.py b/grc/gui_qt/helpers/profiling.py
index 5509c7a07..66e44ca85 100644
--- a/grc/gui_qt/helpers/profiling.py
+++ b/grc/gui_qt/helpers/profiling.py
@@ -23,4 +23,3 @@ class StopWatch(object):
# Don't worry about catching it here
start, stop = self._laps[name]
return stop - start
-