X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0ad1a1d492ab62eb42c1eb7b4ce6fff05d90e0a3..62f0edfb8ea6f6c6a087bb54769dc717b0eeaecb:/client/cmddata.c diff --git a/client/cmddata.c b/client/cmddata.c index ebab1439..bc88d883 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -1556,7 +1556,7 @@ int PSKDemod(const char *Cmd, bool verbose) clk=0; } if (invert != 0 && invert != 1) { - if (verbose) PrintAndLog("Invalid argument: %s", Cmd); + if (g_debugMode || verbose) PrintAndLog("Invalid argument: %s", Cmd); return 0; } uint8_t BitStream[MAX_GRAPH_TRACE_LEN]={0};