1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

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
}