Jan Breuer
2012-12-04 932061c92277c46278b2b4027e1fdb873e1bc19b
scpi/scpi_debug.c
@@ -43,7 +43,6 @@
 * @return 
 */
bool_t SCPI_DebugCommand(scpi_t * context) {
   (void) context;
   printf("**DEBUG: %s (\"", context->paramlist.cmd->pattern);
   fwrite(context->paramlist.parameters, 1, context->paramlist.length, stdout);
   printf("\" - %ld)\r\n", context->paramlist.length);