diff --git a/src/Commands/EntityStagingCommands.php b/src/Commands/EntityStagingCommands.php
index bce0538..7a11d1c 100755
--- a/src/Commands/EntityStagingCommands.php
+++ b/src/Commands/EntityStagingCommands.php
@@ -46,7 +46,6 @@ class EntityStagingCommands extends DrushCommands {
    */
   public function content() {
     $this->exportService->export();
-    _drush_log_drupal_messages();
   }
 
   /**
@@ -57,7 +56,6 @@ class EntityStagingCommands extends DrushCommands {
    */
   public function migrationConfig() {
     $this->importService->createMigrations();
-    _drush_log_drupal_messages();
   }
 
 }
