From b562c6f969d928027a2b16f7376e864ad0a7fe22 Mon Sep 17 00:00:00 2001 From: Jonathon Duerig Date: Wed, 1 Aug 2012 16:02:47 -0600 Subject: [PATCH] Don't print 'Debugging is on.' on every call. If debugging is on, this will be evident based on the debugging messages... --- protogeni/xmlrpc/protogeni-wrapper.pl.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protogeni/xmlrpc/protogeni-wrapper.pl.in b/protogeni/xmlrpc/protogeni-wrapper.pl.in index 2bc2de5f1..10ca46f52 100755 --- a/protogeni/xmlrpc/protogeni-wrapper.pl.in +++ b/protogeni/xmlrpc/protogeni-wrapper.pl.in @@ -479,9 +479,9 @@ else { } } -if ($debug) { - print STDERR "Debugging is on.\n"; -} +#if ($debug) { +# print STDERR "Debugging is on.\n"; +#} # # Terminate the log capture so that we can print the response to STDOUT -- GitLab