[前端]整理格式,去掉tab(以前用vim,它自己给加的),去掉调试用的console.log[CI SKIP]

This commit is contained in:
esp
2015-08-25 12:38:37 +08:00
parent 4881637c79
commit 1145c4e29c
3 changed files with 18 additions and 27 deletions

View File

@@ -158,7 +158,6 @@ require(["jquery", "avalon", "editor", "uploader", "bsAlert", "csrfToken", "tagE
}
else {
var problem = data.data;
console.log(problem);
vm.title = problem.title;
vm.description = problem.description;
vm.timeLimit = problem.time_limit;