]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 May 2019 16:40:12 +0000 (18:40 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 May 2019 16:40:12 +0000 (18:40 +0200)
src/app/Console/Commands/MagicCubistCommand.php

index 79394a28d0282a2dd21d51cff84e35e3fc8db168..c68d31b5f4028a5e1ee008eac0057caa1c5b7061 100644 (file)
@@ -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);