risdenk commented on a change in pull request #1209: SOLR-14209: Upgrade JQuery 
to 3.4.1
URL: https://github.com/apache/lucene-solr/pull/1209#discussion_r370911560
 
 

 ##########
 File path: solr/webapp/web/libs/ngtimeago.js
 ##########
 @@ -89,10 +89,9 @@ catalyst.filter('timeago', function() {
             days < 365 && substitute(strings.months, Math.round(days / 30), 
strings) ||
             years < 1.5 && substitute(strings.year, 1, strings) ||
             substitute(strings.years, Math.round(years), strings);
-            console.log(words+" "+prefix+suffix);
 
 Review comment:
   Weirdly this was logging in the console periodically. It didn't seem to 
provide much value so removed it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to