Skip to content

Commit

Permalink
Remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Jun 23, 2021
1 parent cf1afb8 commit 66ad855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/test/cloud_integration/tests/fullstory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { FtrProviderContext } from '../ftr_provider_context';
import { CLOUD_USER_ID } from '../constants';

export default function ({ getService, getPageObjects }: FtrProviderContext) {
const log = getService('log');
const browser = getService('browser');
const find = getService('find');
const PageObjects = getPageObjects(['common']);
Expand Down

0 comments on commit 66ad855

Please sign in to comment.