Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
0.28.1.3
Browse files Browse the repository at this point in the history
Cleaned up some more debug code
  • Loading branch information
PQCraft committed Oct 27, 2021
1 parent f7e3639 commit 4951308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ if (chkCmd(1, "DIM")) {
val = ((arg[1][argl[1] - 1] == '$') ? "" : "0");
type = 2 - (arg[1][argl[1] - 1] == '$');
}
printf("arg[1]: {%s}\n", arg[1]);
if (!setVar(arg[1], val, type, asize)) goto cmderr;
goto noerr;
}
Expand Down

0 comments on commit 4951308

Please sign in to comment.