Remove debug statements from last commit.

This commit is contained in:
Alexandre Rosenfeld
2011-02-24 16:24:24 +00:00
parent b9a1aea8d3
commit b6d32c9498

View File

@@ -847,8 +847,6 @@ class System {
strcasecmp($newField['Type'], $oldField['Type']) !== 0 ||
strcasecmp($newField['Null'], $oldField['Null']) !== 0 ||
$changeDefaultAttr ) {
var_dump("Found in DB: ", $aOldSchema[$sTableName][$sColumName]);
var_dump("Should be: ", $aNewSchema[$sTableName][$sColumName]);
if (!isset($aChanges['tablesToAlter'][$sTableName])) {
$aChanges['tablesToAlter'][$sTableName] = array('DROP' => array(), 'ADD' => array(), 'CHANGE' => array());
}