[Pkg-owncloud-commits] [owncloud-client] 19/94: owncloudcmd: Remove some dead code
Sandro Knauß
hefee at debian.org
Thu Mar 29 11:12:10 UTC 2018
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch upstream
in repository owncloud-client.
commit f7c884d4d1442c4fe1fa1f6a357bd9f406633c0e
Author: Christian Kamm <mail at ckamm.de>
Date: Fri Jan 5 10:12:25 2018 +0100
owncloudcmd: Remove some dead code
(cherry picked from commit 0f8790d9936039efb0c6484cad41093b195f5414)
---
src/cmd/cmd.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/cmd/cmd.cpp b/src/cmd/cmd.cpp
index a84aa82..0a519e9 100644
--- a/src/cmd/cmd.cpp
+++ b/src/cmd/cmd.cpp
@@ -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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list