src/cm/views/site.py
changeset 161 5f30378c79a4
parent 160 0c01050f9717
child 164 cc217bd00476
--- 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):