From: Milian Wolff Date: Tue, 26 Aug 2014 00:26:23 +0000 (+0200) Subject: remove obsolete debug output X-Git-Tag: submit/tizen/20180620.112952^2~452 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b128ce1d110196e90e06bae269aed48bc74547d;p=sdk%2Ftools%2Fheaptrack.git remove obsolete debug output --- diff --git a/heaptrack_print.cpp b/heaptrack_print.cpp index 2170bfd..086f65d 100644 --- a/heaptrack_print.cpp +++ b/heaptrack_print.cpp @@ -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);