mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
make data grid less verbose
This commit is contained in:
parent
2d5724f4c3
commit
c6b720fdcd
1 changed files with 2 additions and 1 deletions
|
@ -1601,7 +1601,8 @@ int CmdGrid(const char *Cmd) {
|
|||
g_PlotGridX = arg_get_dbl_def(ctx, 1, 0);
|
||||
g_PlotGridY = arg_get_dbl_def(ctx, 2, 0);
|
||||
CLIParserFree(ctx);
|
||||
PrintAndLogEx(INFO, "Setting X %.0f Y %.0f", g_PlotGridX, g_PlotGridY);
|
||||
|
||||
PrintAndLogEx(DEBUG, "Setting X %.0f Y %.0f", g_PlotGridX, g_PlotGridY);
|
||||
g_PlotGridXdefault = g_PlotGridX;
|
||||
g_PlotGridYdefault = g_PlotGridY;
|
||||
RepaintGraphWindow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue