From 6a091d616aa556bfb611d20536a3554f2428c2b2 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 8 Nov 2008 17:36:07 +0000 Subject: [PATCH] Remove bit of debugging. --- includes/filerepo/ForeignAPIRepo.php | 1 - 1 file changed, 1 deletion(-) 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) ) { -- 2.20.1