From: Roland Häder Date: Sun, 17 Apr 2011 22:21:28 +0000 (+0000) Subject: Removed die() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8077ba6d43fd3ced7c345893e3866512032c4186;p=hub.git Removed die() --- diff --git a/application/hub/main/package/class_NetworkPackage.php b/application/hub/main/package/class_NetworkPackage.php index 64d3a8f57..0f93a3946 100644 --- a/application/hub/main/package/class_NetworkPackage.php +++ b/application/hub/main/package/class_NetworkPackage.php @@ -427,7 +427,6 @@ class NetworkPackage extends BaseFrameworkSystem implements Deliverable, Registe try { // Now try to send it $this->sendOutgoingRawPackageData($packageData); - die("O!\n"); // And remove it finally $this->getStackerInstance()->popNamed(self::STACKER_NAME_OUTGOING);