diff --git a/System/Runtime.php b/System/Runtime.php index 5bd4e4dd..62014f29 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -62,7 +62,6 @@ class Runtime extends Command $array[$key] = $datum; } } - var_dump($array); return $array; }