From 9f2dd6b4b48b0a0d7193ef57ff188b6b47485ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Thu, 25 Feb 2021 11:25:55 +0100 Subject: [PATCH] Remove obsolete assets check in CaptainHook --- captainhook.template.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/captainhook.template.json b/captainhook.template.json index fb174672b..b47c394b5 100644 --- a/captainhook.template.json +++ b/captainhook.template.json @@ -40,12 +40,6 @@ "options": { "enabled": true } - }, - { - "action": "\\Netgen\\GitHooks\\Action\\CheckAssetsAction", - "options": { - "enabled": true - } } ] },