From ba38ceb50fd663e25744d8da4c081f2effb82452 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 8 May 2018 13:42:22 +0200 Subject: Fix caldav test in Docker container --- examples/webdavcommon/webdav.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/webdavcommon/webdav.cpp') diff --git a/examples/webdavcommon/webdav.cpp b/examples/webdavcommon/webdav.cpp index e5f4fab..e13d121 100644 --- a/examples/webdavcommon/webdav.cpp +++ b/examples/webdavcommon/webdav.cpp @@ -295,14 +295,13 @@ KDAV2::DavUrl WebDavSynchronizer::urlOf(const QByteArray &remoteId) auto davurl = serverUrl(); auto url = davurl.url(); url.setPath(remoteId); - SinkLog() << "Returning URL:" << url.toEncoded(); davurl.setUrl(url); return davurl; } KDAV2::DavUrl WebDavSynchronizer::urlOf(const QByteArray &collectionRemoteId, const QString &itemPath) { - return urlOf(collectionRemoteId + "/" + itemPath.toUtf8()); + return urlOf(collectionRemoteId + itemPath.toUtf8()); } bool WebDavSynchronizer::unchanged(const KDAV2::DavCollection &collection) -- cgit v1.2.3