diff --git a/C4/Debug.pm b/C4/Debug.pm index 0a75e2d023..6ab2fb4233 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.