Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
[#952] console.log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
razu9861 committed Sep 15, 2017
1 parent 649d0f8 commit 848d16a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/MyApp/app/views/CourseMembers.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ $(function () {
memberProgress.fetch({
async: false,
success: function(res){
console.log(res)
member_list = []
if(res.length > 0){
for(var i = 0; i < res.length; i++){
Expand Down

0 comments on commit 848d16a

Please sign in to comment.