ember-backstop
ember-backstop copied to clipboard
Question: do we need console.log?
Does this serve a purpose when running tests? or just for debugging when developing the add-on and can be removed? https://github.com/garris/ember-backstop/blob/3df9829e5edb57be22105c14bd230ab70480151e/addon-test-support/backstop.js#L134
Hi @edeis53, Nice catch. This is just left over sanity check from building the feature. Can totally be removed.