Procházet zdrojové kódy

Remove debug prints accidentally checked in

mcc před 13 roky
rodič
revize
671276096d

+ 0 - 2
Bindings/Scripts/create_lua_library/create_lua_library.py

@@ -82,8 +82,6 @@ def createLUABindings(inputPath, prefix, mainInclude, libSmallName, libName, api
 		with open(inputPath) as f:
 		with open(inputPath) as f:
 			for line in f.readlines():
 			for line in f.readlines():
 				files.append(line.strip()) # Strip whitespace, path/
 				files.append(line.strip()) # Strip whitespace, path/
-		print("GLOB")
-		print(files)
 	filteredFiles = []
 	filteredFiles = []
 	for fileName in files:
 	for fileName in files:
 		if inputPathIsDir:
 		if inputPathIsDir: