From 39258fa5c5d5da7ce4172cc5ee29552164773b80 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 15 May 2020 18:00:06 +0200 Subject: [PATCH] revert... --- client/src/proxmark3.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index c8d70cb0d..abf014e08 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -241,8 +241,6 @@ check_script: // read script file if (fgets(script_cmd_buf, sizeof(script_cmd_buf), current_cmdscriptfile()) == NULL) { - PrintAndLogEx(ERR, "Unexpected end, [%s]", current_cmdscriptfile()); - if (!pop_cmdscriptfile()) break;