X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fjs%2Fmyslice.js;h=ba3512c21f411e1de82e74419be4371868da8679;hb=10fd8a07446a256af70c2da34e8bac7965999cb8;hp=80b4d170a71b8e5a6470a09507e1060b91b028a0;hpb=e975e4b8137ebe74fe39b57aa03989f49d86493e;p=unfold.git diff --git a/portal/static/js/myslice.js b/portal/static/js/myslice.js index 80b4d170..ba3512c2 100644 --- a/portal/static/js/myslice.js +++ b/portal/static/js/myslice.js @@ -186,7 +186,6 @@ var myslice = { // What are the projects under this authority? $.post("/rest/myslice:authority/",{'fields':['authority_hrn'],'filters':{'authority_hrn':'CONTAINS'+auth}}, function( data ) { $.each(data, function(idx, project) { - console.log(project.authority_hrn); if($.inArray(project.authority_hrn,projects) == -1){ projects.push(project.authority_hrn); }