From 877e627dcd962b3274373925dbfa0dd4b19435e7 Mon Sep 17 00:00:00 2001 From: Felix Angell Date: Thu, 9 Aug 2018 22:24:18 +0100 Subject: [PATCH] remove 'command ting' --- buff/palette.go | 2 +- foo | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 foo diff --git a/buff/palette.go b/buff/palette.go index 02d7c73..a419ab6 100644 --- a/buff/palette.go +++ b/buff/palette.go @@ -149,7 +149,7 @@ func (b *CommandPalette) processCommand() { // slice off the command token tokenizedLine := strings.Split(input, " ")[1:] - log.Println("COMMAND TING '", input, "', ", tokenizedLine) + log.Println("Command Entered: '", input, "', ", tokenizedLine) command := tokenizedLine[0] log.Println("command palette: ", tokenizedLine) diff --git a/foo b/foo deleted file mode 100644 index e69de29..0000000