]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5209 Speed up issues rendering (remove console.log)
authorStas Vilchik <vilchiks@gmail.com>
Mon, 30 Jun 2014 08:20:15 +0000 (14:20 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 30 Jun 2014 08:20:20 +0000 (14:20 +0600)
sonar-server/src/main/coffee/component-viewer/source.coffee

index 2139636dd8d35e08cea78d06a6246c7997cf3b00..50aa37282d58d1ca8a6835bcc3ae0f642510475b 100644 (file)
@@ -104,7 +104,6 @@ define [
         line = issue.line || 0
         line = 0 if issue.resolution == 'FIXED' || issue.resolution == 'REMOVED'
         row = @$("##{@cid}-#{line}")
-        console.log "##{@cid}-#{line}"
         unless row.length > 0
           line = 0
           row = @$("##{@cid}-#{line}")