From 93152b3b0c03fd8043c0ac1e29e5c11ab10be91a Mon Sep 17 00:00:00 2001 From: MBoretto Date: Sat, 27 Feb 2016 02:02:41 +0100 Subject: [PATCH] no Db is not shown --- src/Commands/UserCommands/CancelCommand.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Commands/UserCommands/CancelCommand.php b/src/Commands/UserCommands/CancelCommand.php index 3b7435de3..14de90d5d 100644 --- a/src/Commands/UserCommands/CancelCommand.php +++ b/src/Commands/UserCommands/CancelCommand.php @@ -60,8 +60,6 @@ public function execute() */ public function executeNoDB() { - //Output the default message when there is no DB connection - parent::executeNoDB(); return $this->hideKeyboard(); }