From: Alan Pippin <apippin@pippins.net>
Date: Mon, 4 Oct 2010 00:28:47 +0000 (-0600)
Subject: Commented out debug line left in standard output
X-Git-Tag: release_1_1_0~16
X-Git-Url: http://git.pippins.net/%27%20%20%20%20.%20%24GLOBALS%5B%27phpgw%27%5D-%3Elink%28%27inc/jquery/images/static/gitweb.js?a=commitdiff_plain;h=1061338d55eddc03c46c1311cc4ee5055cae0824;p=eq%2F.git

Commented out debug line left in standard output
---

diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php
index e5f4a43..5818197 100644
--- a/inc/class.tc.inc.php
+++ b/inc/class.tc.inc.php
@@ -3582,7 +3582,7 @@ class tc
 						} else if($indiv > 0) {
 							$supervisor_name_array = explode(",",$presidency2name[$presidency]);
 							$supervisor_last_name = $supervisor_name_array[0];
-							print "presidency2indiv: $presidency $presidency2indiv[$presidency]<br>";
+							#print "presidency2indiv: $presidency $presidency2indiv[$presidency]<br>";
 							$sql = "SELECT * FROM tc_individual where individual='$presidency2indiv[$presidency]'";
 							$this->db2->query($sql,__LINE__,__FILE__);
 							if($this->db2->next_record()) {