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