Can't do anything right... removed debug message

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40677
This commit is contained in:
Scott Ehlert 2007-04-05 11:01:12 +00:00
parent 385a4408da
commit a99089b518

View File

@ -739,7 +739,6 @@ reswitch:
cell_t *target;
pCtx->LocalToPhysAddr(params[arg++], &target);
pCtx->LocalToString(params[arg++], &key);
printf("target = %d\n", target);
res = Translate(buf_p, llen, pCtx, key, *target, params, &arg, &error);
if (error)
{