浏览代码

rm print;

bjorn 9 年之前
父节点
当前提交
cc18c785f1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      schema.lua

+ 0 - 1
schema.lua

@@ -22,7 +22,6 @@ function schema.create(config)
 
     if node.__type == 'Object' and node.interfaces then
       for _, interface in ipairs(node.interfaces) do
-        print(require('inspect')(interface))
         generateTypeMap(interface)
       end
     end