diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-02-20 16:43:11 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-02-20 16:43:11 +0100 |
commit | da19316b651c66ed01ea480582f7e4cbbdc6eefc (patch) | |
tree | 155b3dba41690a89000f4eab20f8688a5c19e9e6 /Bin | |
parent | c63b23473f006b2d0edd501293b58d3982940938 (diff) | |
download | Praspel-da19316b651c66ed01ea480582f7e4cbbdc6eefc.zip Praspel-da19316b651c66ed01ea480582f7e4cbbdc6eefc.tar.gz Praspel-da19316b651c66ed01ea480582f7e4cbbdc6eefc.tar.bz2 |
Remove a useless echo.
Diffstat (limited to 'Bin')
-rw-r--r-- | Bin/Shell.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Bin/Shell.php b/Bin/Shell.php index 274601e..cbff9a4 100644 --- a/Bin/Shell.php +++ b/Bin/Shell.php @@ -232,10 +232,9 @@ class Shell extends \Hoa\Console\Dispatcher\Kit { if(null === $expression) break; - echo $interpreter->visit( + $interpreter->visit( $compiler->parse($expression, 'expression') ); - $handle = $expression; break; |