mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
remove spammy console.log()
This commit is contained in:
parent
911467a78e
commit
8cd269678a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue