diff options
Diffstat (limited to 'src/Gui/CCDumpList.py')
-rw-r--r-- | src/Gui/CCDumpList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCDumpList.py b/src/Gui/CCDumpList.py index 25e12af..5aaae92 100644 --- a/src/Gui/CCDumpList.py +++ b/src/Gui/CCDumpList.py @@ -8,7 +8,7 @@ class DumpList(list): def load(self): if self.dm: - print "loading DumpList" + #print "loading DumpList" try: rows = self.dm.getDumps() #print rows |