Index: trunk/ippTools/src/camtool.c
===================================================================
--- trunk/ippTools/src/camtool.c	(revision 25324)
+++ trunk/ippTools/src/camtool.c	(revision 25330)
@@ -657,19 +657,19 @@
     }
 
-    if (!pxaddQueueByCamID(config,
-			   pendingRow->cam_id,
-			   pendingRow->workdir,
-			   pendingRow->label,
-			   pendingRow->reduction,
-			   pendingRow->dvodb
-    )) {
-        // rollback
-        if (!psDBRollback(config->dbh)) {
-            psError(PS_ERR_UNKNOWN, false, "database error");
-        }
-        psError(PS_ERR_UNKNOWN, false, "failed to queue new addRun");
-        psFree(pendingRow);
-        return false;
-    }
+/*     if (!pxaddQueueByCamID(config, */
+/* 			   pendingRow->cam_id, */
+/* 			   pendingRow->workdir, */
+/* 			   pendingRow->label, */
+/* 			   pendingRow->reduction, */
+/* 			   pendingRow->dvodb */
+/*     )) { */
+/*         // rollback */
+/*         if (!psDBRollback(config->dbh)) { */
+/*             psError(PS_ERR_UNKNOWN, false, "database error"); */
+/*         } */
+/*         psError(PS_ERR_UNKNOWN, false, "failed to queue new addRun"); */
+/*         psFree(pendingRow); */
+/*         return false; */
+/*     } */
 
     psFree(pendingRow);
