diff --git a/common/src/main/resources/static/common/laytpl.js b/common/src/main/resources/static/common/laytpl.js index c800e040..ea0d9d0c 100644 --- a/common/src/main/resources/static/common/laytpl.js +++ b/common/src/main/resources/static/common/laytpl.js @@ -90,7 +90,6 @@ Tpl.pt.render = function(data, callback){ var that = this, tpl; if(!data) return tool.error('no data'); tpl = that.cache ? that.cache(data, tool.escape) : that.parse(that.tpl, data); - console.log() if(!callback) return tpl; callback(tpl); };