1
0
Fork 0
mirror of synced 2024-05-19 04:12:19 +12:00

Remove debug print

This commit is contained in:
nagadomi 2016-08-23 18:57:11 +09:00
parent bfb67e61f4
commit 8af1cb7b94

View file

@ -482,8 +482,6 @@ local function load_user_data(y_dir, y_file, x_dir, x_file)
local x_files
if y_file:len() > 0 then
print(y_file)
y_files = utils.split(file.read(y_file), "\n")
else
y_files = dir.getfiles(y_dir, "*.*")