[Pkg-owncloud-commits] [python-owncloud] 61/96: removes unnecessary print command.

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository python-owncloud.

commit 187224783277b5327f6310afe9762378fec4a1c6
Author: hefee <hefee at netzguerilla.net>
Date:   Thu Mar 28 13:03:30 2013 +0100

    removes unnecessary print command.
---
 csync/csync.py |    1 -
 1 file changed, 1 deletion(-)

diff --git a/csync/csync.py b/csync/csync.py
index 3641b05..da80d6a 100755
--- a/csync/csync.py
+++ b/csync/csync.py
@@ -42,7 +42,6 @@ def authCallback(prompt, buffer, bufferLength, echo, verify, userData):
 	if 'username' in prompt:
 		ret = USERNAME
 	elif 'password' in prompt:
-		print keyring, NOT_USE_KEYRING
 		if keyring and not NOT_USE_KEYRING:
 			print "using password from keyring"
 			ret = keyring.get_password('ownCloud', USERNAME)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git



More information about the Pkg-owncloud-commits mailing list