mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
Remove useless endl in the logger.
This commit is contained in:
parent
fbf0aaca5b
commit
54994602ae
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ Logger::Logger (Level level) : Object(*new LoggerPrivate) {
|
|||
Logger::~Logger () {
|
||||
L_D(Logger);
|
||||
|
||||
d->os << endl;
|
||||
const string str = d->os.str();
|
||||
|
||||
switch (d->level) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue