mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
🔥 Remove window load time console output
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
function setLoadTime (loadTime) {
|
||||
if (global.atom) {
|
||||
global.atom.loadTime = loadTime
|
||||
console.log('Window load time: ' + global.atom.getWindowLoadTime() + 'ms')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user