瀏覽代碼

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
 	}