소스 검색

remove debug from tripal_chado.fields_storage.inc

Vlad Dracula 7 년 전
부모
커밋
e555bcbb8e
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      tripal_chado/includes/tripal_chado.field_storage.inc

+ 0 - 7
tripal_chado/includes/tripal_chado.field_storage.inc

@@ -124,9 +124,6 @@ function tripal_chado_field_storage_write_table($table_name, $values, $base_tabl
     }
   }
   if ($num_empty == count(array_keys($values))) {
-    print "we quit here\n\n";
-
-
     return '';
   }
 
@@ -144,10 +141,6 @@ function tripal_chado_field_storage_write_table($table_name, $values, $base_tabl
       if (!chado_delete_record($table_name, $new_vals)) {
         throw new Exception('Could not delete record from table: "' . $table_name . '".');
       }
-      print "we quit here instead\n\n";
-
-      print(var_dump($values));
-
       return '';
     }
   }