Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Izumiko committed Dec 29, 2021
1 parent 003f276 commit cd24248
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xEncode.nim
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ proc xEncode(info, token: string): string =
if len(info) == 0:
result = ""
else:
echo info
var v = s(info,true)
var k = s(token, false)
var n = len(v) - 1
Expand Down

0 comments on commit cd24248

Please sign in to comment.