Subject: | Always prints "Calling URL: ..." even though debug mode is off. |
BaseClass.pm line 427 is:
print "Calling URL: $url!\n";
causing the code to always print this line, despite debug mode being
turned off.
As the line above prints the URL if debug mode is on, this line should
just be deleted. A module should only pollute my screen if there's a
warning or error or if I specifically ask it to.