mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
remove debugging code
This commit is contained in:
@@ -87,10 +87,8 @@ class ReleaseImage
|
||||
$img = false;
|
||||
if (strpos(strtolower($imgLoc), 'http:') === 0 || strpos(strtolower($imgLoc), 'https:') === 0) {
|
||||
$img = Utility::getUrl(['url' => $imgLoc]);
|
||||
echo 'Remote URL';
|
||||
} else if (is_file($imgLoc)) {
|
||||
$img = @file_get_contents($imgLoc);
|
||||
echo 'Local File\n';
|
||||
}
|
||||
if ($img !== false) {
|
||||
$imagick = new \Imagick();
|
||||
|
||||
Reference in New Issue
Block a user