From: marshmellow42 Date: Tue, 23 Dec 2014 03:50:13 +0000 (-0500) Subject: minor fix - got too comment happy removing test code X-Git-Tag: v2.0.0-rc1~75^2~15 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/ea7d657f7512b95d7dc04f834ae01de021f5573e minor fix - got too comment happy removing test code should not have commented this code out --- diff --git a/client/cmddata.c b/client/cmddata.c index af075e6c..6d151140 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -240,10 +240,10 @@ int Cmdaskrawdemod(const char *Cmd) } } } - /* + //debug if ((bitnum>64) && (BitStream[bitnum-1]!=77)) break; - */ + } } ClearGraph(0);