mavlink: Removed warnx that references a deleted pointer and causes a hardfault.

This commit is contained in:
Stephan Brown 2014-12-26 23:32:38 +00:00 committed by Lorenz Meier
parent e952324fbf
commit 779f8f0055
1 changed files with 0 additions and 1 deletions

View File

@ -948,7 +948,6 @@ Mavlink::configure_stream(const char *stream_name, const float rate)
/* delete stream */
LL_DELETE(_streams, stream);
delete stream;
warnx("deleted stream %s", stream->get_name());
}
return OK;