Skip to content

Commit

Permalink
remove unused debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
miao1007 committed Oct 14, 2015
1 parent 8be3a24 commit 396eb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sxplugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static void getPIN(byte *userName, byte *PIN)
byte PIN27[6]; //time encryption from timeHash
timenow = time(NULL);
info("-------------------------------------");
info("timenow(Hex)=%ßx\n",timenow);
info("timenow(Hex)=%x\n",timenow)
timedivbyfive = timenow / 5;

for(i = 0; i < 4; i++) {
Expand Down

0 comments on commit 396eb9b

Please sign in to comment.