From 8af1cb7b946bc2dcc20a6922d1732d2f2c9e7bf5 Mon Sep 17 00:00:00 2001 From: nagadomi Date: Tue, 23 Aug 2016 18:57:11 +0900 Subject: [PATCH] Remove debug print --- tools/benchmark.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/benchmark.lua b/tools/benchmark.lua index 8e05bc5..5162901 100644 --- a/tools/benchmark.lua +++ b/tools/benchmark.lua @@ -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, "*.*")