[mb-commits] r8892 - mb_server/trunk/cgi-bin

root at musicbrainz.org root at musicbrainz.org
Sat Mar 10 13:50:15 UTC 2007


Author: luks
Date: 2007-03-10 13:50:15 +0000 (Sat, 10 Mar 2007)
New Revision: 8892

Modified:
   mb_server/trunk/cgi-bin/Moderation.pm
Log:
Duplicate debug dump.

Modified: mb_server/trunk/cgi-bin/Moderation.pm
===================================================================
--- mb_server/trunk/cgi-bin/Moderation.pm	2007-03-10 11:32:13 UTC (rev 8891)
+++ mb_server/trunk/cgi-bin/Moderation.pm	2007-03-10 13:50:15 UTC (rev 8892)
@@ -1049,14 +1049,6 @@
         $d->close;
     }
 
-    if (my $d = DebugLog->open)
-    {
-        $d->stamp;
-        $d->dumpstring($this->{prev}, "this-prev");
-        $d->dumpstring($this->{new}, "this-new");
-        $d->close;
-    }
-
     my $sql = Sql->new($this->{DBH});
 
 




More information about the MusicBrainz-commits mailing list