[Cs-webapplibs-commits] SF.net SVN: cs-webapplibs:[206] trunk/0.4/abstract/cs_genericObject. abstra
Status: Beta
Brought to you by:
crazedsanity
From: <cra...@us...> - 2011-02-01 03:58:38
|
Revision: 206 http://cs-webapplibs.svn.sourceforge.net/cs-webapplibs/?rev=206&view=rev Author: crazedsanity Date: 2011-02-01 03:58:32 +0000 (Tue, 01 Feb 2011) Log Message: ----------- Remove some debugging stuff. Modified Paths: -------------- trunk/0.4/abstract/cs_genericObject.abstract.class.php Modified: trunk/0.4/abstract/cs_genericObject.abstract.class.php =================================================================== --- trunk/0.4/abstract/cs_genericObject.abstract.class.php 2011-02-01 03:51:37 UTC (rev 205) +++ trunk/0.4/abstract/cs_genericObject.abstract.class.php 2011-02-01 03:58:32 UTC (rev 206) @@ -124,19 +124,13 @@ $missingIndexes = array_diff($objectNames, $nvpArray); if(count($missingIndexes)) { -$this->gfObj->debug_print(__METHOD__ .": MISSING INDEXES::: ". $this->gfObj->debug_print($missingIndexes,0,1)); foreach($missingIndexes as $newObjectName) { $newId = $this->create_object($newObjectName); $nvpArray[$newId] = $newObjectName; } } -$this->gfObj->debug_print(__METHOD__ .": createMissing=(". $createMissing ."), counts=(". count($objectNames) ."/". count($nvpArray) ."/". count($missingIndexes)."), SQL::: ". $sql); } if(!is_array($nvpArray) || !count($nvpArray)) { -$this->gfObj->debug_print(__METHOD__ .": objectNames::: ". $this->gfObj->debug_print($objectNames,0,1)); -$this->gfObj->debug_print(__METHOD__ .": nvpArray::: ". $this->gfObj->debug_print($nvpArray,0,1)); -$this->gfObj->debug_print(__METHOD__ .": missingIndexes::: ". $this->gfObj->debug_print($missingIndexes,0,1)); -cs_debug_backtrace(1); throw new exception(__METHOD__ .": no data returned"); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |