Commit e4507d27 e4507d270eceeb18276d12fe38e5f61ce6c28a96 by Chris Bosco

Request: Remove extra echo

refs #401
1 parent 89e2b85c
......@@ -91,7 +91,6 @@ casper.test.begin "onResourceRequested tests with request.changeUrl()", 1,
casper.open(ORIGINAL_URL).then ->
casper.wait 3000, ->
casper.echo "now running tests"
test.assertEquals requestURLReceived, SERVER+CHANGED_URL, "response url successfully changed"
casper.run ->
......