Skip to content

Commit

Permalink
Remove the temp code for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
banderror committed May 26, 2021
1 parent 0398c91 commit 08ed244
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 189 deletions.
185 changes: 0 additions & 185 deletions x-pack/plugins/rule_registry/server/event_log/test_implementation.ts

This file was deleted.

4 changes: 0 additions & 4 deletions x-pack/plugins/rule_registry/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { SpacesPluginStart } from '../../spaces/server';
import { RuleRegistryPluginConfig } from './config';
import { RuleDataPluginService } from './rule_data_plugin_service';
import { EventLogService, IEventLogService } from './event_log';
import { testEventLogImplementation } from './event_log/test_implementation';

// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface RuleRegistryPluginSetupDependencies {}
Expand Down Expand Up @@ -86,9 +85,6 @@ export class RuleRegistryPlugin
},
});

// TODO: remove before merge
testEventLogImplementation(eventLogService, logger);

this.eventLogService = eventLogService;
return { ruleDataService, eventLogService };
}
Expand Down

0 comments on commit 08ed244

Please sign in to comment.