Browse Source

Remove another one debug warning

DarthSim 5 years ago
parent
commit
c8467f7700
1 changed files with 0 additions and 1 deletions
  1. 0 1
      processing_options.go

+ 0 - 1
processing_options.go

@@ -793,7 +793,6 @@ func applyProcessingOptions(po *processingOptions, options urlOptions) error {
 }
 }
 
 
 func isAllowedSource(imageURL string) bool {
 func isAllowedSource(imageURL string) bool {
-	logWarning("URL: %s", imageURL)
 	if len(conf.AllowedSources) == 0 {
 	if len(conf.AllowedSources) == 0 {
 		return true
 		return true
 	}
 	}