From bf121eab722c47c93c3daa09a000309d60188d27 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Tue, 12 Sep 2017 10:16:25 -0400 Subject: [PATCH] Remove some diagnostics --- spec/config-spec.coffee | 9 --------- 1 file changed, 9 deletions(-) diff --git a/spec/config-spec.coffee b/spec/config-spec.coffee index b33b9226b..8088c96e3 100644 --- a/spec/config-spec.coffee +++ b/spec/config-spec.coffee @@ -931,7 +931,6 @@ describe "Config", -> """ atom.config.loadUserConfig() - console.log 'observeUserConfig promise', atom.config.observeUserConfig() waitsForPromise -> atom.config.observeUserConfig() runs -> @@ -939,17 +938,10 @@ describe "Config", -> atom.config.onDidChange updatedHandler afterEach -> - # WHY IS THIS NOT RUNNING? - console.log 'afterEach' atom.config.unobserveUserConfig() fs.removeSync(dotAtomPath) describe "when the config file changes to contain valid cson", -> - afterEach -> - # WHY IS THIS NOT RUNNING? - console.log 'afterEach' - atom.config.unobserveUserConfig() - fs.removeSync(dotAtomPath) it "updates the config data", -> writeConfigFile "foo: { bar: 'quux', baz: 'bar'}", 2 @@ -1759,7 +1751,6 @@ describe "Config", -> expect(atom.config.get('foo.bar.str_options')).toEqual 'two' describe "when .set/.unset is called prior to .loadUserConfig", -> - console.log 'this test' beforeEach -> fs.writeFileSync config.configFilePath, """ '*':