remove obsolete debug output
authorMilian Wolff <mail@milianw.de>
Tue, 26 Aug 2014 00:26:23 +0000 (02:26 +0200)
committerMilian Wolff <mail@milianw.de>
Tue, 26 Aug 2014 00:26:23 +0000 (02:26 +0200)
heaptrack_print.cpp

index 2170bfd..086f65d 100644 (file)
@@ -421,7 +421,6 @@ struct AccumulatedTraceData
         mainIndex.index = findStringIndex("main");
 
         if (opNewIpIndex || opArrNewIpIndex) {
-            cout << opNewIpIndex.index << ' ' << opArrNewIpIndex << endl;
             for (Allocation& allocation : allocations) {
                 while (true) {
                     auto trace = findTrace(allocation.traceIndex);