diff --git a/System/Runtime.php b/System/Runtime.php index 85e4362c..dd304169 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -33,8 +33,6 @@ class Runtime extends Command $runtime = storage('runtime.php'); - var_dump($annotation->getLoader()->getDirectory()); - Snowflake::writeFile($runtime, serialize($annotation->getLoader())); }