diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 15:44:43 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 15:44:43 -0400 |
commit | b00b755a6fd87af0801c2d19d4a53a172a8052dd (patch) | |
tree | 5a51395da1f5d890c9b067322713d3a303385592 /parser.c | |
parent | b30576989c2dadd2fa4d64cf81da98b2be4cf584 (diff) |
remove debugging code
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; } |