From: Lukas Reschke Date: Thu, 16 Oct 2014 10:40:09 +0000 (+0200) Subject: Remove insane comment X-Git-Tag: v7.0.3RC2~21^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=73a5e3810fa72e040b0dd1e8f896819cf1c27da0;p=nextcloud-server.git Remove insane comment --- diff --git a/lib/private/preview.php b/lib/private/preview.php index 1e8c2ebaee9..ee4507867c1 100755 --- a/lib/private/preview.php +++ b/lib/private/preview.php @@ -786,7 +786,6 @@ class Preview { return false; } - //remove last element because it has the mimetype * foreach(self::$providers as $supportedMimetype => $provider) { if(preg_match($supportedMimetype, $mimeType)) { return true;