remove 'command ting'

This commit is contained in:
Felix Angell 2018-08-09 22:24:18 +01:00
parent 9777cb0336
commit 877e627dcd
2 changed files with 1 additions and 1 deletions

View File

@ -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)

0
foo
View File