diff options
| -rw-r--r-- | debug_toolbar/panels/profiling.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debug_toolbar/panels/profiling.py b/debug_toolbar/panels/profiling.py index 465a0a3..97f4865 100644 --- a/debug_toolbar/panels/profiling.py +++ b/debug_toolbar/panels/profiling.py @@ -41,7 +41,6 @@ class FunctionCall(object): return self.parent_classes def background(self): - print self.hsv r,g,b = hsv_to_rgb(*self.hsv) return 'rgb(%f%%,%f%%,%f%%)' %(r*100, g*100, b*100) |
