소스 검색

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