From: stronk7 Date: Mon, 2 Oct 2006 15:57:59 +0000 (+0000) Subject: With the emotion, I forgot to delete some debug lines... :-P X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2f217542617c7d5380f20d48410b7e8f1e64a065;p=moodle.git With the emotion, I forgot to delete some debug lines... :-P --- diff --git a/lib/xmldb/classes/generators/mssql/mssql.class.php b/lib/xmldb/classes/generators/mssql/mssql.class.php index 3b4144c0b4..cb2890b242 100644 --- a/lib/xmldb/classes/generators/mssql/mssql.class.php +++ b/lib/xmldb/classes/generators/mssql/mssql.class.php @@ -212,9 +212,6 @@ class XMLDBmssql extends XMLDBgenerator { } } - - print_object($this->getCheckConstraintsFromDB($xmldb_table)); - return $results; }