From: Platonides Date: Fri, 27 Aug 2010 17:55:20 +0000 (+0000) Subject: Remove old var_dump X-Git-Tag: 1.31.0-rc.0~35297 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=6e772b1aee7e973f2f70dbcebe06eb8c769b130d;p=lhc%2Fweb%2Fwiklou.git Remove old var_dump --- diff --git a/includes/Import.php b/includes/Import.php index fd33e037bb..f399db0ce7 100644 --- a/includes/Import.php +++ b/includes/Import.php @@ -311,7 +311,6 @@ class WikiRevision { $file = wfLocalFile( $this->getTitle() ); if( !$file ) { - var_dump( $file ); wfDebug( "IMPORT: Bad file. :(\n" ); return false; }