From: Vincent Vanwaelscappel Date: Wed, 22 May 2019 16:40:12 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0ba0ed0554370211b6a5d08fdc5a0f0c4b008232;p=cubist_cms-back.git #2783 --- 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);