From a99089b518e332ce084898f050ffa87f03a95eff Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 5 Apr 2007 11:01:12 +0000 Subject: [PATCH] Can't do anything right... removed debug message --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40677 --- core/sm_stringutil.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/sm_stringutil.cpp b/core/sm_stringutil.cpp index a27aed01..010c57b0 100644 --- a/core/sm_stringutil.cpp +++ b/core/sm_stringutil.cpp @@ -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) {