removed stderr print out that was blob

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 049d9d11b9
commit 27afcb1ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1114,7 +1114,7 @@ void get_tlm(void) {
strcat(str, footer_str1);
strcat(str, call);
strcat(str, footer_str);
fprintf(stderr, "String to execute: %s\n", str);
// fprintf(stderr, "String to execute: %s\n", str);
printf("\n\nTelemetry string is %s \n\n", str);

Loading…
Cancel
Save

Powered by TurnKey Linux.