From b00b755a6fd87af0801c2d19d4a53a172a8052dd Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 15 Aug 2012 15:44:43 -0400 Subject: remove debugging code --- parser.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'parser.c') 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; } -- cgit