summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-06-14 20:07:59 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-06-14 20:07:59 +0000
commit7a34abc32a54bdf46908cc2e51a994b9f621ef67 (patch)
tree2dde18a737e0d44e4163b48c5cb54031f420162d
parentf3234366d63fc2789dcccd22308240e681b552c9 (diff)
downloadnexus-7a34abc32a54bdf46908cc2e51a994b9f621ef67.tar.gz
nexus-7a34abc32a54bdf46908cc2e51a994b9f621ef67.tar.bz2
nexus-7a34abc32a54bdf46908cc2e51a994b9f621ef67.zip
remove debug
-rw-r--r--Nexus.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Nexus.php b/Nexus.php
index a05c54a..9fba25d 100644
--- a/Nexus.php
+++ b/Nexus.php
@@ -4,7 +4,7 @@
*
* @abstract
* @author xing <xing@synapse.plus.com>
-* @version $Revision: 1.23 $
+* @version $Revision: 1.24 $
* @package nexus
*/
@@ -354,7 +354,6 @@ class Nexus extends NexusSystem {
break;
}
}
- vd($ret);
return $ret;
}