From b5676adf8adfe8ab8b42f3e3d7b5e718e26973cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Thu, 4 Sep 2014 21:52:00 +0200 Subject: [PATCH] Remove check for deprecated function calls --- spec/spec-helper.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/spec-helper.coffee b/spec/spec-helper.coffee index 6fdbed35b..46d43ed7d 100644 --- a/spec/spec-helper.coffee +++ b/spec/spec-helper.coffee @@ -138,7 +138,6 @@ afterEach -> jasmine.unspy(atom, 'saveSync') ensureNoPathSubscriptions() atom.syntax.off() - ensureNoDeprecatedFunctionsCalled() if isCoreSpec waits(0) # yield to ui thread to make screen update more frequently ensureNoPathSubscriptions = ->