Old leftover from debugging 'city'.
authorRoland Haeder <roland@mxchange.org>
Sat, 18 Apr 2015 10:17:02 +0000 (12:17 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 18 Apr 2015 10:17:02 +0000 (12:17 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/helper/class_BaseHelper.php

index f0d436f0fa8bf25518f44b2559c3daeae278d651..a8c513c074a963857c8909c86f73cfe8a28c3f45 100644 (file)
@@ -475,7 +475,6 @@ class BaseHelper extends BaseFrameworkSystem {
                        //* DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput($fieldName.'[]='.gettype($fieldValue).'('.strlen($fieldValue).') - Extra instance!');
                } else {
                        // Field is not set
-                       if ((!is_null($this->extraInstance)) && ($fieldName == 'city_name')) die('<pre>'.print_r($this->extraInstance, TRUE).'</pre>');
                        $this->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] fieldName=' . $fieldName . ' is not set! - @TODO');
                } // END - if