[interchange] Remove stray debug statement.

Mike Heins <[email protected]> Wed, 01 Feb 2017 00:02:53 +0000
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
commit 3ae0c35d554b046699b87a7dd85cb0b598395428
Author: Mike Heins <[email protected]>
Date:   Tue Jan 31 19:02:49 2017 -0500

    Remove stray debug statement.

 lib/Vend/Interpolate.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/lib/Vend/Interpolate.pm b/lib/Vend/Interpolate.pm
index c541a31..08177c1 100644
--- a/lib/Vend/Interpolate.pm
+++ b/lib/Vend/Interpolate.pm
@@ -1665,7 +1665,6 @@ sub tag_perl {
 		$Tag = new Vend::Tags;
 	}
 
-Debug("Not global? not_global=$not_global Tag=$Tag Db=$Db{userdb} MVSAFE::Safe=$MVSAFE::Safe");
 
 	init_calc() if ! $Vend::Calc_initialized;
 	$ready_safe->share(@share) if @share;