remove spammy console.log()

This commit is contained in:
spalger 2017-08-16 19:32:34 -07:00
parent 911467a78e
commit 8cd269678a

View file

@ -19,7 +19,6 @@ export function FindProvider({ getService }) {
async _ensureElement(getElementFunction) {
return await retry.try(async () => {
const element = await getElementFunction();
console.log('element is ', element);
// Calling any method forces a staleness check
element.isEnabled();
return element;