remove unused constants

This commit is contained in:
Jake McDermott 2018-11-05 20:06:08 -05:00
parent 76e887f46d
commit 95190c5509
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

@ -1,8 +1,6 @@
export const API_MAX_PAGE_SIZE = 200;
export const API_ROOT = '/api/v2/';
export const EVENT_NOTIFY_PLAYBOOK = 'playbook_on_notify';
export const EVENT_RUNNER_OK = 'runner_on_ok';
export const EVENT_START_TASK = 'playbook_on_task_start';
export const EVENT_START_PLAY = 'playbook_on_play_start';
export const EVENT_START_PLAYBOOK = 'playbook_on_start';