From ea781e43f94450d7d177fc630cef7224d748a143 Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Thu, 19 Dec 2019 10:52:32 +0800 Subject: [PATCH] rename --- src/DoricElement.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/DoricElement.ts b/src/DoricElement.ts index 90dbdfca..2cd932e1 100644 --- a/src/DoricElement.ts +++ b/src/DoricElement.ts @@ -1,7 +1,6 @@ import axios from 'axios' import { jsCallReject } from 'doric/src/runtime/sandbox' -declare const doricLibBundle: string let contexId = 0 @@ -14,7 +13,6 @@ function initDoric() { } -console.log(doricLibBundle) initDoric() export class DoricElement extends HTMLElement {