[Sumover-dev] [svn commit] r4642 - vic/branches/cc/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Feb 23 18:12:28 GMT 2010


Author: soohyunc
Date: Tue Feb 23 18:12:28 2010
New Revision: 4642

Modified:
   vic/branches/cc/cc/tfwc_sndr.cpp

Log:
removed unnecessary printf statement.



Modified: vic/branches/cc/cc/tfwc_sndr.cpp
==============================================================================
--- vic/branches/cc/cc/tfwc_sndr.cpp	(original)
+++ vic/branches/cc/cc/tfwc_sndr.cpp	Tue Feb 23 18:12:28 2010
@@ -449,7 +449,6 @@
 	bool is_loss = false;		// is there a loss found in seqvec?
 	bool is_new_event = false;	// is this a new loss event?
 	int numvec = last_elm_ - first_elm_ + 1;
-	fprintf(stderr, "\tlast: %d first: %d\n", last_elm_, first_elm_);
 	u_int32_t tempvec[numvec];
 
 	for (int i = 0; i < numvec; i++)



More information about the Sumover-dev mailing list