From: Chad Horohoe Date: Sat, 8 Nov 2008 17:36:07 +0000 (+0000) Subject: Remove bit of debugging. X-Git-Tag: 1.31.0-rc.0~44406 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=6a091d616aa556bfb611d20536a3554f2428c2b2;p=lhc%2Fweb%2Fwiklou.git Remove bit of debugging. --- diff --git a/includes/filerepo/ForeignAPIRepo.php b/includes/filerepo/ForeignAPIRepo.php index e9bec9b24a..ad9764b657 100644 --- a/includes/filerepo/ForeignAPIRepo.php +++ b/includes/filerepo/ForeignAPIRepo.php @@ -128,7 +128,6 @@ class ForeignAPIRepo extends FileRepo { // We need the same filename as the remote one :) $fileName = ltrim( substr( $foreignUrl, strrpos( $foreignUrl, '/' ), strlen ( $foreignUrl ) ), '/' ); - //die( var_dump( $fileName ) ); $path = $this->apiThumbCacheDir . '/' . $name . '/'; if ( !is_dir($wgUploadDirectory . '/' . $path) ) {