From d4f8d9a645a594b36e2d0e408df1e4e9273dee84 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 29 Jan 2014 12:09:27 +0100 Subject: [PATCH] removed a stray 'cout' call --- src/libbidir/mut_manifold.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libbidir/mut_manifold.cpp b/src/libbidir/mut_manifold.cpp index 6b6f00ae..f7c82007 100644 --- a/src/libbidir/mut_manifold.cpp +++ b/src/libbidir/mut_manifold.cpp @@ -233,7 +233,6 @@ bool ManifoldPerturbation::sampleMutation( int a, b, c, step, tries = 0; while (!sampleMutationRecord(source, a, b, c, step)) { if (tries++ > 1000) { - cout << source.toString() << endl; SLog(EWarn, "Internal error -- can't decide on a mutation strategy!"); return false; }