Author: david
Date: Tue Jan 10 13:58:43 2012
New Revision: 10625

Log:
Remove debugging code

Modified:
   trunk/lib/task/csvIsaarImportTask.class.php

Modified: trunk/lib/task/csvIsaarImportTask.class.php
==============================================================================
--- trunk/lib/task/csvIsaarImportTask.class.php Tue Jan 10 13:48:06 2012        
(r10624)
+++ trunk/lib/task/csvIsaarImportTask.class.php Tue Jan 10 13:58:43 2012        
(r10625)
@@ -107,12 +107,6 @@
       $isaarCsv->save();
 
       $this->count++;
-
-// FOR DEBUGGING stop after TWO rows
-      if (1 < $this->count)
-      {
-        break;
-      }
     }
 
     fclose($fh);

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to