* remove unused stuff

This commit is contained in:
Seth Call 2015-01-21 15:24:42 -06:00
parent 698f4ba648
commit f43061b8ac
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ describe "DownloadJamTrack", ->
beforeEach ->
this.fixtures = fixture.load("downloadJamTrack.html"); # append these fixtures which were already cached
this.server = sinon.fakeServer.create();
window.jamClient = sinon.stub()
this.app = sinon.stub()
this.jamTrackId = '1'
@ -13,7 +12,6 @@ describe "DownloadJamTrack", ->
window.JK.JamServer.send = sinon.stub(); # attempts to subscribe to the socket will need this
afterEach ->
this.server.restore();
window.JK.stats.write.reset()
describe "normal browser", ->