]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove insane comment
authorLukas Reschke <lukas@owncloud.com>
Thu, 16 Oct 2014 10:40:09 +0000 (12:40 +0200)
committerLukas Reschke <lukas@owncloud.com>
Thu, 16 Oct 2014 10:42:00 +0000 (12:42 +0200)
lib/private/preview.php

index 00f18219531d828608c32d4cde97aaceb40d6fcc..f8b19f11cb090de03d4267614ae98f9bced2d2e7 100755 (executable)
@@ -824,7 +824,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;