Browse Source

rm print;

bjorn 9 năm trước cách đây
mục cha
commit
cc18c785f1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
     if node.__type == 'Object' and node.interfaces then
       for _, interface in ipairs(node.interfaces) do
       for _, interface in ipairs(node.interfaces) do
-        print(require('inspect')(interface))
         generateTypeMap(interface)
         generateTypeMap(interface)
       end
       end
     end
     end