Removed extra newline from STREAM_READY trigger, removed superfluous log message.

This commit is contained in:
Thulinma 2016-10-16 20:16:57 +02:00
parent b4951ff2ea
commit df4a71719d
2 changed files with 1 additions and 2 deletions

View file

@ -266,7 +266,6 @@ namespace Controller {
jsonForEach(out, jit) {
if ( !in.isMember(jit.key())){
toDelete.insert(jit.key());
Log("STRM", std::string("Deleted stream ") + jit.key());
}
}
//actually delete the streams