Remove debug output that could cause compile warnings.

__archive__
Øyvind Harboe 2009-10-23 13:09:16 +02:00
parent 0a1356c9cc
commit cb854323c9
1 changed files with 0 additions and 2 deletions

View 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);