Skip to content

Commit

Permalink
removing forgotten grrr debug code ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 1, 2008
1 parent c018fde commit 3eefe57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ddl/database_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@ public function check_constraint_exists(xmldb_table $xmldb_table, xmldb_field $x
*/
public function find_key_name(xmldb_table $xmldb_table, xmldb_key $xmldb_key) {

if (!is_object($xmldb_key)) {
var_dump($xmldb_table);
debugging('grrr');
}
$keycolumns = $xmldb_key->getFields();

/// Get list of keys in table
Expand Down

0 comments on commit 3eefe57

Please sign in to comment.