spec: remove spurious debugger statement

Change-Id: I251b8d899a27b95576d373d93f340a1a11647dc7
Reviewed-on: https://gerrit.instructure.com/82420
Reviewed-by: Joel Hough <joel@instructure.com>
Product-Review: Joel Hough <joel@instructure.com>
QA-Review: Joel Hough <joel@instructure.com>
Tested-by: Jenkins
This commit is contained in:
Michael Brewer-Davis 2016-06-13 17:16:16 -05:00
parent 4ac5a46bf3
commit 75d4418952
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ GroupCategorySelector, fakeENV) ->
ENV.CONDITIONAL_RELEASE_ENV = conditionalReleaseEnv
view = @editView({ withAssignment: true })
view.loadConditionalRelease()
debugger
stub = @stub(view.conditionalReleaseEditor, 'setProps')
view.onChange()
view.onChange()