Преглед на файлове

Remove another one debug warning

DarthSim преди 5 години
родител
ревизия
c8467f7700
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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 {
-	logWarning("URL: %s", imageURL)
 	if len(conf.AllowedSources) == 0 {
 		return true
 	}