Remove debugging pring

This commit is contained in:
Charles Haley 2014-08-15 11:25:45 +02:00
parent 9f9fc233be
commit 30fa640e24

View File

@ -198,7 +198,6 @@ class AjaxServer(object):
data['_filename_'] = create_upload_path(mi, '', data['_filename_'] = create_upload_path(mi, '',
tweaks['content_server_path_for_client'], tweaks['content_server_path_for_client'],
sanitize, path_type=posixpath) sanitize, path_type=posixpath)
print('filename', data['_filename_'])
return data, mi.last_modified return data, mi.last_modified
@Endpoint(set_last_modified=False) @Endpoint(set_last_modified=False)