Merge pull request #3455 from atom/iz-remove-deprecated-calls-check

Remove check for deprecated function calls
This commit is contained in:
Ivan Žužak
2014-09-04 22:02:51 +02:00

View File

@@ -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 = ->