From 0ba0ed0554370211b6a5d08fdc5a0f0c4b008232 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 22 May 2019 18:40:12 +0200 Subject: [PATCH] #2783 --- src/app/Console/Commands/MagicCubistCommand.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/Console/Commands/MagicCubistCommand.php b/src/app/Console/Commands/MagicCubistCommand.php index 79394a2..c68d31b 100644 --- a/src/app/Console/Commands/MagicCubistCommand.php +++ b/src/app/Console/Commands/MagicCubistCommand.php @@ -101,10 +101,6 @@ class MagicCubistCommand extends Command */ public function echo($type, $content) { - if ($this->option('debug') == false) { - return; - } - // skip empty lines if (trim($content)) { $this->{$type}($content); -- 2.39.5