Browse Source

Removing 'Added' comments during Chado install. It hides errors

spficklin 12 years ago
parent
commit
a8821824cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_core/includes/chado_install.php

+ 1 - 1
tripal_core/includes/chado_install.php

@@ -365,7 +365,7 @@ function tripal_core_install_sql($sql_file) {
       return FALSE;
     }
     if ($type and sizeof($stack) == 0) {
-      print "Adding $type: line $i\n";
+      //print "Adding $type: line $i\n";
       // rewrite the set serach_path to make 'public' be 'chado'
       if (strcmp($type, 'set')==0) {
         $query = preg_replace("/public/m", "chado", $query);