From 945212196ebfc1af3d02c11b0770aab9d6547e3a Mon Sep 17 00:00:00 2001 From: Dan Motzenbecker Date: Sat, 14 Nov 2015 18:42:14 -0500 Subject: [PATCH] removed help output about choosing device --- natal.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/natal.coffee b/natal.coffee index 7828480..4c523d5 100644 --- a/natal.coffee +++ b/natal.coffee @@ -318,7 +318,6 @@ init = (projName, interfaceName) -> log '' log 'Boot the REPL by typing:', 'yellow' log 'natal repl', 'inverse' - log 'Then choose the correct device to connect to (probably 1).', 'yellow' log '' log 'At the REPL prompt type this:', 'yellow' log "(in-ns '#{projNameHyph}.core)", 'inverse'