Browse code

Remove extra debugging statement

Shawn Webb authored on 2012/12/28 04:00:00
Showing 1 changed files
... ...
@@ -152,7 +152,6 @@ int crtmgr_add(crtmgr *m, cli_crt *x509) {
152 152
             sprintf(&serial[j*2], "%02x", i->serial[j]);
153 153
         }
154 154
         // printing lines, broken up to minimize truncation
155
-        cli_dbgmsg("serial is: %s\n", serial);
156 155
         cli_dbgmsg("crtmgr_add: added cert subject:%s serial:%s pubkey:%s i:%s %lu->%lu %s%s%s\n", subject, serial, mod, issuer, (unsigned long)i->not_before, (unsigned long)i->not_after, i->certSign ? "cert ":"", i->codeSign ? "code ":"", i->timeSign ? "time":"");
157 156
         cli_dbgmsg("crtmgr_add: e:%s \n", exp);
158 157
     }