From c8467f7700a5c4bfcc1376b75507c835b7d91bb9 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Wed, 25 Dec 2019 14:50:39 +0600 Subject: [PATCH] Remove another one debug warning --- processing_options.go | 1 - 1 file changed, 1 deletion(-) diff --git a/processing_options.go b/processing_options.go index 788c5af5..869765b4 100644 --- a/processing_options.go +++ b/processing_options.go @@ -793,7 +793,6 @@ func applyProcessingOptions(po *processingOptions, options urlOptions) error { } func isAllowedSource(imageURL string) bool { - logWarning("URL: %s", imageURL) if len(conf.AllowedSources) == 0 { return true }