[Cs-versionparse-commits] SF.net SVN: cs-versionparse:[11] trunk/0.1/cs_version.abstract.class.php
Status: Inactive
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-01-26 05:43:38
|
Revision: 11 http://cs-versionparse.svn.sourceforge.net/cs-versionparse/?rev=11&view=rev Author: crazedsanity Date: 2009-01-26 05:43:34 +0000 (Mon, 26 Jan 2009) Log Message: ----------- Remove some debugging statements. Modified Paths: -------------- trunk/0.1/cs_version.abstract.class.php Modified: trunk/0.1/cs_version.abstract.class.php =================================================================== --- trunk/0.1/cs_version.abstract.class.php 2009-01-26 05:39:00 UTC (rev 10) +++ trunk/0.1/cs_version.abstract.class.php 2009-01-26 05:43:34 UTC (rev 11) @@ -131,7 +131,6 @@ protected function auto_set_version_file() { if(!strlen($this->versionFileLocation)) { $bt = debug_backtrace(); - $gf = new cs_globalFunctions; foreach($bt as $callNum=>$data) { if(strlen($data['class'])) { if($data['class'] != __CLASS__) { @@ -142,8 +141,6 @@ elseif(preg_match('/test$/', $dir)) { $dir = preg_replace('/\/test$/', '', $dir); } - $gf->debug_print(__METHOD__ .": going to use (". $dir .")"); - cs_debug_backtrace(1); break; } } @@ -152,7 +149,6 @@ } } - $gf = new cs_globalFunctions; if(file_exists($dir .'/VERSION')) { $this->set_version_file_location($dir .'/VERSION'); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |