CHG: removed leftover debugging statements proxmark3.c

CHG: hint from Marshmellow that the flag "-lcrypto" needs be also in CFLAGS.
This commit is contained in:
iceman1001 2015-01-07 11:10:46 +01:00
parent 4888b28195
commit 002c1ce57a
2 changed files with 1 additions and 4 deletions

View file

@ -144,12 +144,9 @@ static void *main_loop(void *targ) {
}
if (!script_file) {
PrintAndLog("FOO!!");
cmd = readline(PROXPROMPT);
PrintAndLog("BAR!!");
}
PrintAndLog("SNAFU!!");
if (cmd) {
while(cmd[strlen(cmd) - 1] == ' ')