mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +00:00
Debug was still true (#6410)
This commit is contained in:
parent
a0f596e419
commit
d7d8dd8986
@ -9,7 +9,7 @@ import { Constructor } from "../types";
|
||||
import { HassBaseEl } from "./hass-base-mixin";
|
||||
import { HASSDomEvent } from "../common/dom/fire_event";
|
||||
|
||||
const DEBUG = true;
|
||||
const DEBUG = false;
|
||||
|
||||
export const urlSyncMixin = <T extends Constructor<HassBaseEl>>(
|
||||
superClass: T
|
||||
|
Loading…
x
Reference in New Issue
Block a user