You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2016/02/07 10:38:13 UTC

svn commit: r1728933 - /steve/trunk/pysteve/www/htdocs/js/steve_monitor.js

Author: humbedooh
Date: Sun Feb  7 09:38:13 2016
New Revision: 1728933

URL: http://svn.apache.org/viewvc?rev=1728933&view=rev
Log:
axe unused func call

Modified:
    steve/trunk/pysteve/www/htdocs/js/steve_monitor.js

Modified: steve/trunk/pysteve/www/htdocs/js/steve_monitor.js
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/js/steve_monitor.js?rev=1728933&r1=1728932&r2=1728933&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_monitor.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_monitor.js Sun Feb  7 09:38:13 2016
@@ -225,7 +225,6 @@ function showChanges(issue) {
         }
         if (numvotes > 0) {
             var v = votes[issue.id]
-            var a = calcChanges(issue.id, oldvotes[issue.id], v)
             sinceLast = (backlog[issue] || 0) - (oldbacklog[issue] || 0)
             nrc = 0
             var fuid = {}