Skip to content

Commit 7972311

Browse files
committed
removed debug echo i forgot about
1 parent 4afafc2 commit 7972311

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tinytwitch.nim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ elif paramCount() >= 1:
3838
for param in commandLineParams():
3939
chans.add(addHash(param))
4040

41-
echo highlights
4241
var username = randomTwitchUser()
4342
var t = irc.newIrc(CHAT_URL, CHAT_PORT , username, username,
4443
joinChans = chans)

0 commit comments

Comments
 (0)