1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

Remove sleep and print

This commit is contained in:
plt
2012-07-03 16:39:28 +08:00
parent 3a0d175f36
commit fda1edfe1f
2 changed files with 2 additions and 3 deletions

View File

@@ -1396,7 +1396,7 @@ def repo_rename_file(request):
newname = request.POST.get("newname")
user = request.user.username
print repo_id, parent_dir, oldname, newname, user
# print repo_id, parent_dir, oldname, newname, user
if not newname:
error_msg = u"新文件名不能为空"