summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 15:44:43 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 15:44:43 -0400
commitb00b755a6fd87af0801c2d19d4a53a172a8052dd (patch)
tree5a51395da1f5d890c9b067322713d3a303385592 /parser.c
parentb30576989c2dadd2fa4d64cf81da98b2be4cf584 (diff)
remove debugging code
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/parser.c b/parser.c
index 450cfde..d6bcea5 100644
--- a/parser.c
+++ b/parser.c
@@ -718,7 +718,6 @@ void Parser_main (char *raw_in, int interactive_terminal, void(*cbfunc)(gpointer
switch (routine_num) {
case 0:
- response = g_strdup_printf("routine_num: %d, channel: %d, parameter: %s, units: %s, command type: %d",routine_num,channel,parameter,units,command_type);
error_num=Unrecognized;
break;
case 11:
@@ -737,8 +736,7 @@ void Parser_main (char *raw_in, int interactive_terminal, void(*cbfunc)(gpointer
break;
default:
- /* valid but not implemented yet */
- response = g_strdup_printf("routine_num: %d, channel: %d, parameter: %s, units: %s, command type: %d",routine_num,channel,parameter,units,command_type);
+ error_num=Unrecognized;
break;
}