Skip to content

Commit

Permalink
removed logging on liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
santisiri committed Nov 28, 2017
1 parent da460e6 commit 7057cb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imports/ui/templates/components/decision/liquid/liquid.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ Template.capital.helpers({
case 'placed':
default:
placed = Session.get(this._id).placed;
console.log(placed);
percentagePlaced = getPercentage(parseInt(placed - inBallot, 10), this._id);
if (placed === 0 || percentagePlaced === 0) {
label = `<strong>${TAPi18n.__('none')}</strong> ${TAPi18n.__('placed-votes')}`;
Expand Down

0 comments on commit 7057cb4

Please sign in to comment.