Remove debug output that could cause compile warnings.
authorØyvind Harboe <oyvind.harboe@zylin.com>
Fri, 23 Oct 2009 11:09:16 +0000 (13:09 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Fri, 23 Oct 2009 11:09:16 +0000 (13:09 +0200)
src/target/target.c

index 336a7f71dc1a876a7379da2d8fcb11de1fb96616..99b3d183d33557a1bb5dc172c3f475efd2b52ede 100644 (file)
@@ -4824,8 +4824,6 @@ static int jim_mcrmrc(Jim_Interp *interp, int argc, Jim_Obj *const *argv)
 
        value = 0;
 
-       LOG_DEBUG("%d %d %d %d %d %d", cpnum, op1, op2, CRn, CRm, value);
-
        if (argc == 7)
        {
                e = Jim_GetLong(interp, argv[6], &l);