# HG changeset patch # User raph # Date 1265902719 -3600 # Node ID 5f30378c79a43fab2ebd4f2b2c1f1b4a5f4028e8 # Parent 0c01050f9717f894ad39de8f7dee88698e0d9f86 removed print stmt diff -r 0c01050f9717 -r 5f30378c79a4 src/cm/views/site.py --- a/src/cm/views/site.py Thu Feb 11 16:28:10 2010 +0100 +++ b/src/cm/views/site.py Thu Feb 11 16:38:39 2010 +0100 @@ -193,7 +193,6 @@ def save_file(self, logo_file): attach = Attachment.objects.create_attachment(filename='wp_logo', data=logo_file.read(), text_version=None) Configuration.objects.set_key('workspace_logo_file_key', attach.key) - print attach.key @has_global_perm('can_manage_workspace') def settingss(request):