]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
a few notation fixes
[proxmark3-svn] / client / cmddata.c
index 5dcd87b6e3d129025e644950672b46c0c5f0e8f1..8c2049ad1cbf4af9f6c68f860a6d1833a912d609 100644 (file)
@@ -1069,7 +1069,7 @@ int CmdRawDemod(const char *Cmd)
 void setClockGrid(int clk, int offset) {
        g_DemodStartIdx = offset;
        g_DemodClock = clk;
-       PrintAndLog("demodoffset %d, clk %d",offset,clk);
+       if (g_debugMode) PrintAndLog("demodoffset %d, clk %d",offset,clk);
        if (offset > clk) offset %= clk;
        if (offset < 0) offset += clk;
 
Impressum, Datenschutz