From 5a53649ee4afa2338fbcd39a24ac21d20c3e2985 Mon Sep 17 00:00:00 2001 From: Hector Cortez Date: Wed, 16 Feb 2011 23:20:17 +0000 Subject: [PATCH] Elimination of message testing --- gulliver/system/class.g.php | 1 - 1 file changed, 1 deletion(-) diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index 78b8aa6f8..786fa4560 100644 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -1722,7 +1722,6 @@ class G */ function SendTemporalMessage($msgID, $strType, $sType='LABEL', $time=null, $width=null, $customLabels= null) { - echo"Inside Send Temporal Message"; if( isset($width) ){ $_SESSION['G_MESSAGE_WIDTH'] = $width; }