Skip to content
Snippets Groups Projects
Commit da390495 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fix bug with log message beeing written that should not be.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2814 44740490-163a-0410-bde0-09ae8108e29a
parent 5bdf7808
No related branches found
No related tags found
No related merge requests found
......@@ -155,6 +155,7 @@ DiscoJuice.Control = {
if (isNaN(this.data[i].weight)) this.data[i].weight = 0;
this.data[i].weight += weight;
this.parent.Utils.log('COOKIE Setting weight to ' + this.data[i].weight);
return;
}
this.parent.Utils.log('DiscoJuice setWeight failer (no entries found for) ' + entityID + ' # ' + subID);
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment