File: quiet-model.patch

package info (click to toggle)
dime 0.20111205-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,404 kB
  • ctags: 1,777
  • sloc: cpp: 15,452; sh: 9,711; perl: 862; makefile: 642; ansic: 96
file content (12 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/Model.cpp
+++ b/src/Model.cpp
@@ -243,9 +243,6 @@
     dimeEntitiesSection *es = (dimeEntitiesSection*)this->findSection("ENTITIES");
     if (bs) bs->fixReferences(this);
     if (es) es->fixReferences(this);
-#ifndef NDEBUG
-    fprintf(stderr,"dimeModel::largestHandle: %d\n", this->largestHandle);
-#endif
   }
   return ok;
 }