Skip to content

Commit

Permalink
Remove rogue print
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Oct 14, 2020
1 parent 7ac692c commit dce6a63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cmdr/Shared/Util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ function Util.RunCommandString(dispatcher, commandString)
commandString = Util.ParseEscapeSequences(commandString)
commandString = Util.EncodeEscapedOperators(commandString)

print(commandString)

local commands = commandString:split("&&")

local output = ""
Expand Down

0 comments on commit dce6a63

Please sign in to comment.