From cfc5258a18bec112c975bb0638287c87d33664ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sun, 8 Nov 2015 23:26:25 +0100 Subject: [PATCH] [SIGNED OFF] Bug 14870: (followup) Remove mention of C4::Dates from C4/Debug.pm C4::Dates is mentioned as example in C4/Debug.pm. This patch removes it. Signed-off-by: Katrin Fischer --- C4/Debug.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Debug.pm b/C4/Debug.pm index 0a75e2d..6ab2fb4 100644 --- a/C4/Debug.pm +++ b/C4/Debug.pm @@ -127,7 +127,6 @@ command with ERROR_LOG enabled for your VirtualHost. Not intended for productio =item You can force the value from perl directly, like: use C4::Debug; - use C4::Dates; BEGIN { $C4::Debug::debug = 1; } # now any other dependencies that also use C4::Debug will have debugging ON. -- 1.9.1