mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
Remove useless log message.
This commit is contained in:
parent
3008142b1b
commit
261776cc78
1 changed files with 0 additions and 2 deletions
|
@ -284,8 +284,6 @@ QString MirallConfigFile::ownCloudUrl( const QString& connection) const
|
|||
if( ! url.endsWith(QLatin1Char('/'))) url.append(QLatin1String("/"));
|
||||
}
|
||||
|
||||
qDebug() << "Returning configured owncloud url: " << url;
|
||||
|
||||
return url;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue