[mlpack-svn] r13319 - mlpack/trunk/src/mlpack/tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Aug 2 12:57:42 EDT 2012


Author: rcurtin
Date: 2012-08-02 12:57:42 -0400 (Thu, 02 Aug 2012)
New Revision: 13319

Modified:
   mlpack/trunk/src/mlpack/tests/lin_alg_test.cpp
Log:
Remove unnecessary debugging output


Modified: mlpack/trunk/src/mlpack/tests/lin_alg_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/lin_alg_test.cpp	2012-08-02 16:55:47 UTC (rev 13318)
+++ mlpack/trunk/src/mlpack/tests/lin_alg_test.cpp	2012-08-02 16:57:42 UTC (rev 13319)
@@ -149,7 +149,6 @@
       row += RandInt(1, (2 * (run + 1) + 1));
       if (row < 200)
       {
-        Log::Warn << "drop row " << row << "\n";
         rowsToRemove.push_back(row);
       }
     }




More information about the mlpack-svn mailing list