]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
remove debug 138/head
authorDake <thomas.cayrou@gmail.com>
Thu, 27 Aug 2015 06:58:15 +0000 (08:58 +0200)
committerDake <thomas.cayrou@gmail.com>
Thu, 27 Aug 2015 06:58:15 +0000 (08:58 +0200)
armsrc/lfops.c

index 275544f585c7faf479e50ad1fea2eda0496941a4..d7f91c533e041be303e657a79471f33f8535a682 100644 (file)
@@ -1840,12 +1840,6 @@ void ReadPCF7931() {
                        Dbprintf("%02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x",
                                         Blocks[i][0], Blocks[i][1], Blocks[i][2], Blocks[i][3], Blocks[i][4], Blocks[i][5], Blocks[i][6], Blocks[i][7],
                                        Blocks[i][8], Blocks[i][9], Blocks[i][10], Blocks[i][11], Blocks[i][12], Blocks[i][13], Blocks[i][14], Blocks[i][15]);
-               if(i==3){       
-                       if(Blocks[3][0] == 0xAA)
-                       Dbprintf("Solde actuel : %d centimes,  solde précédent : %d centimes", (Blocks[3][1] << 8 | Blocks[3][2]), (Blocks[3][6] << 8 | Blocks[3][7]));
-                       else
-                       Dbprintf("Solde actuel : %d centimes,  solde précédent : %d centimes", (Blocks[3][6] << 8 | Blocks[3][7]), (Blocks[3][1] << 8 | Blocks[3][2]));
-               }
                }else
                        Dbprintf("<missing block %d>", i);
        }
Impressum, Datenschutz