]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Remove problematic debug output
authorMatthew Barr <matthew.barr@intel.com>
Mon, 15 Aug 2016 01:55:08 +0000 (11:55 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Mon, 22 Aug 2016 06:04:44 +0000 (16:04 +1000)
src/nfagraph/ng_rose.cpp
src/nfagraph/ng_violet.cpp

index 24570a01aa611f467c62f86abb739da1b6dd5a4a..137ac5cc2307664ce805f64c539554f1935b4bdd 100644 (file)
@@ -1784,9 +1784,6 @@ bool doNetflowCut(RoseInGraph &ig, const vector<RoseInEdge> &to_cut,
         set<ue2_literal> lits = getLiteralSet(h, e);
         compressAndScore(lits);
         cut_lits[e] = lits;
-
-        DEBUG_PRINTF("cut lit '%s'\n",
-                     dumpString(*cut_lits[e].begin()).c_str());
     }
 
     /* if literals are underlength bail or if it involves a forbidden edge*/
index 26fb0ef58485a4986d41b31ebafad5e42dc51ae8..94e0a99827bbfba1c6a2f2958ce553d65cb1f480 100644 (file)
@@ -1290,10 +1290,6 @@ bool doNetflowCut(NGHolder &h,
         sanitizeAndCompressAndScore(lits);
 
         cut_lits[e] = lits;
-
-        DEBUG_PRINTF("cut lit '%s' %u->%u\n",
-                     dumpString(*cut_lits[e].begin()).c_str(),
-                     h[source(e, h)].index, h[target(e, h)].index);
     }
 
     /* if literals are underlength bail or if it involves a forbidden edge*/