Skip to content

Commit

Permalink
Revert JS logging
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Oct 11, 2023
1 parent 833c6fb commit 2575f8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend/components/button/lib/component.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2575f8c

Please sign in to comment.