From 59b5cda0d397d34591af2c9e3ceac8cc3abf0999 Mon Sep 17 00:00:00 2001 From: gutmet Date: Tue, 6 Dec 2022 22:07:12 +0100 Subject: [PATCH] remove superfluous constant --- hedgedoc-watcher.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hedgedoc-watcher.go b/hedgedoc-watcher.go index 970951c..d774dc7 100755 --- a/hedgedoc-watcher.go +++ b/hedgedoc-watcher.go @@ -16,7 +16,6 @@ import ( ) const ( - DL_LIMIT = 15 * 1024 * 1024 CACHE_FOLDER = "cache" )