From: Sam Reed Date: Thu, 26 Aug 2010 14:14:14 +0000 (+0000) Subject: Followup r71662, remove debug code X-Git-Tag: 1.31.0-rc.0~35316 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=84d8dd59cd90948e3342f9c05872f5f645daf793;p=lhc%2Fweb%2Fwiklou.git Followup r71662, remove debug code --- diff --git a/includes/db/Database.php b/includes/db/Database.php index a3036f6630..cceed14716 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -1694,9 +1694,6 @@ abstract class DatabaseBase { } $sql .= '(' . $this->makeList( $row ) . ')'; } - if ($fname === 'insertOnDupeUpdate') { - var_dump($sql); die(); - } return $this->query( $sql, $fname ); }