diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-05-22 13:28:46 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-05-22 13:28:46 +0200 |
commit | 7fa0dbb264dcf1f95d3166d96ac997a3f368a579 (patch) | |
tree | bb7526de1a9c8abfd15d3270cbb7309ad54f6565 /cyruslib.py | |
parent | a931de01e4c48cfd8812867fde8d3a79b6bc9ddc (diff) | |
download | pykolab-7fa0dbb264dcf1f95d3166d96ac997a3f368a579.tar.gz |
Remove erroneous print statement
Diffstat (limited to 'cyruslib.py')
-rw-r--r-- | cyruslib.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cyruslib.py b/cyruslib.py index fe8ae0b..b144156 100644 --- a/cyruslib.py +++ b/cyruslib.py @@ -673,9 +673,6 @@ class CYRUS: continue for annotation in annotations: - - print annotation - folder = annotation.split('"')[1].replace('"','') if not ann.has_key(folder): |