Debugcode
[kivitendo-erp.git] / sql / Pg-upgrade / Pg-upgrade-2.2.0.36-2.2.0.37.pl
index 909945b..131a09f 100644 (file)
@@ -7,7 +7,6 @@ die("This script cannot be run from the command line.") unless ($main::form);
 sub do_update {
   my $query = "ALTER TABLE orderitems DROP CONSTRAINT orderitems_pkey";
   if (!$dbh->do($query)) {
-    $main::lxdebug->message(0, "gab es nicht");
     $dbh->rollback();
     $dbh->begin_work();
   }