From c4e7e13ee13be8a4945e03c07f4c97bf5bca9828 Mon Sep 17 00:00:00 2001 From: Cole Gleason Date: Thu, 9 Jan 2014 13:18:14 -0600 Subject: [PATCH] remove console.log from MP calculation --- script/index.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/script/index.coffee b/script/index.coffee index ce0160abc2..52094728ee 100644 --- a/script/index.coffee +++ b/script/index.coffee @@ -845,7 +845,6 @@ api.wrap = (user, main=true) -> else calculateDelta() addPoints() # obviously for delta>0, but also a trick to undo accidental checkboxes - console.log(task.checklist?.length) # MP++ per checklist item in ToDo, bonus per CLI multiplier = task.checklist?.length || 1 mpDelta = _.max([(multiplier), (.01 * user._statsComputed.maxMP * multiplier)])