From 2575f8ce118d6292c5e5d06efeb1e13ad6b3228d Mon Sep 17 00:00:00 2001 From: Andy Beverley Date: Wed, 11 Oct 2023 20:15:19 +0100 Subject: [PATCH] Revert JS logging --- src/frontend/components/button/lib/component.js | 2 +- src/frontend/components/modal/modals/curval/lib/component.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/components/button/lib/component.js b/src/frontend/components/button/lib/component.js index 347712d67..e49a011f5 100644 --- a/src/frontend/components/button/lib/component.js +++ b/src/frontend/components/button/lib/component.js @@ -1,7 +1,7 @@ import { Component } from 'component' +import { logging } from 'logging' import { MoreInfoButton } from './more-info-button' import { validateRequiredFields } from 'validation' -import { logging } from '../../../js/lib/logging' class ButtonComponent extends Component { constructor(element) { diff --git a/src/frontend/components/modal/modals/curval/lib/component.js b/src/frontend/components/modal/modals/curval/lib/component.js index 229c6426f..9878a23b2 100644 --- a/src/frontend/components/modal/modals/curval/lib/component.js +++ b/src/frontend/components/modal/modals/curval/lib/component.js @@ -4,7 +4,6 @@ import { guid as Guid } from "guid" import { initializeRegisteredComponents } from 'component' import { validateRadioGroup, validateCheckboxGroup } from 'validation' import SelectWidgetComponent from '../../../../form-group/select-widget/lib/component' -import { logging } from '../../../../../js/lib/logging' class CurvalModalComponent extends ModalComponent { constructor(element) {