🔥 Unnecessary audio hack

No longer needed with the `backgroundThrottling` option
This commit is contained in:
Wliu
2016-04-14 20:24:35 -04:00
parent 098af442d2
commit 9966dbc27f

View File

@@ -48,13 +48,6 @@ module.exports = ({blobStore}) ->
document.title = "Spec Suite"
# Avoid throttling of test window by playing silence
# See related discussion in https://github.com/atom/atom/pull/9485
context = new AudioContext()
source = context.createBufferSource()
source.connect(context.destination)
source.start(0)
testRunner = require(testRunnerPath)
legacyTestRunner = require(legacyTestRunnerPath)
buildDefaultApplicationDelegate = -> new ApplicationDelegate()