From: Øyvind Harboe Date: Fri, 23 Oct 2009 11:09:16 +0000 (+0200) Subject: Remove debug output that could cause compile warnings. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=cb854323c999f79b75b57d476f7625933f9ebe2c;p=fw%2Fopenocd Remove debug output that could cause compile warnings. --- diff --git a/src/target/target.c b/src/target/target.c index 336a7f71d..99b3d183d 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -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);