mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
🔥 Remove errant console.log
This commit is contained in:
@@ -150,7 +150,6 @@ module.exports = (grunt) ->
|
||||
else
|
||||
[coreSpecFailed, failedPackages] = results
|
||||
|
||||
console.log results
|
||||
elapsedTime = Math.round((Date.now() - startTime) / 100) / 10
|
||||
grunt.log.ok("Total spec time: #{elapsedTime}s using #{concurrency} cores")
|
||||
failures = failedPackages
|
||||
|
||||
Reference in New Issue
Block a user