From 4ff42c11e6b7eb294cb13ac2b19afcb1feb43290 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Mon, 29 Oct 2018 22:29:31 +0100 Subject: [PATCH] Remove rename warning --- lib/app.coffee | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/app.coffee b/lib/app.coffee index a592db33..a0c976fc 100644 --- a/lib/app.coffee +++ b/lib/app.coffee @@ -225,13 +225,6 @@ update.notify() cli = capitano.parse(process.argv) runCommand = -> - console.error( - ''' - ***** - Please note: the "resin" command-line tool has been replaced with "balena". - Only balena will be actively maintained. Get it at: https://balena.io - ***** - ''') if cli.global?.help capitanoExecuteAsync(command: "help #{cli.command ? ''}") else