Debug was still true (#6410)

This commit is contained in:
Bram Kragten 2020-07-16 17:18:55 +02:00 committed by GitHub
parent a0f596e419
commit d7d8dd8986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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