owncloudcmd: Remove some dead code

This commit is contained in:
Christian Kamm 2018-01-05 10:12:25 +01:00
parent 86377aa37a
commit 0f8790d993

View file

@ -480,11 +480,6 @@ restart_sync:
}
} else {
clientProxy.setupQtProxyFromConfig();
QString url(options.target_url);
if (url.startsWith("owncloud")) {
url.remove(0, 8);
url = QString("http%1").arg(url);
}
}
QStringList selectiveSyncList;