Remove insane comment

This commit is contained in:
Lukas Reschke 2014-10-16 12:40:09 +02:00
parent 9cfbf7ed1c
commit 4deb57bfae
1 changed files with 0 additions and 1 deletions

View File

@ -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;