remove console log

This commit is contained in:
Meng 2019-10-30 16:57:08 +08:00
parent e71db9135a
commit 58f3e9f268
3 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Editor</title>
<link rel="shortcut icon" href="http://www.baidu.com/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="dep/favicon.ico" type="image/x-icon">
</head>
<body>
<div id="editor-panel" class="editor-panel" oncontextMenu="return false"></div>

View File

@ -29,7 +29,7 @@
"babel-plugin-module-resolver": "^3.2.0",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"fonteditor-core": "^2.0.3",
"fonteditor-core": "^2.0.5",
"html-webpack-plugin": "^3.2.0",
"less": "^2.0.0",
"less-loader": "^5.0.0",

View File

@ -14,9 +14,7 @@ export default setting.derive({
title: i18n.lang.dialog_editor_setting,
getTpl() {
let tpl = require('../template/dialog/setting-editor.tpl');
console.log(tpl);
return tpl;
return require('../template/dialog/setting-editor.tpl');
},
set(setting) {