Remove another one debug warning

This commit is contained in:
DarthSim
2019-12-25 14:50:39 +06:00
parent 56f69c193c
commit c8467f7700

View File

@@ -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
}