Author: david
Date: Thu May  3 15:49:09 2012
New Revision: 11616

Log:
Remove debugging code

Modified:
   trunk/lib/task/migrate/arUpgradeSqlTask.class.php

Modified: trunk/lib/task/migrate/arUpgradeSqlTask.class.php
==============================================================================
--- trunk/lib/task/migrate/arUpgradeSqlTask.class.php   Thu May  3 15:47:42 
2012        (r11615)
+++ trunk/lib/task/migrate/arUpgradeSqlTask.class.php   Thu May  3 15:49:09 
2012        (r11616)
@@ -71,8 +71,6 @@
     {
       // Check if "accession_mask" setting exists
       $sql = "SELECT id FROM setting WHERE name='accession_mask';";
-
-      var_dump(QubitPdo::fetchOne($sql));
       if (null !== QubitPdo::fetchOne($sql))
       {
         $this->initialVersion = 75;

-- 
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