Skip to content

Commit

Permalink
chore: debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jan 10, 2025
1 parent 2f6a612 commit bd599bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/core/js/src/admin/components/EditCustomCssModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ export default class EditCustomCssModal extends SettingsModal {
oninit(vnode: Mithril.Vnode<ISettingsModalAttrs, this>) {
super.oninit(vnode);

console.log(this.settings);

if (this.setting('custom_less_error')()) {
this.alertAttrs = {
type: 'error',
Expand Down

0 comments on commit bd599bc

Please sign in to comment.