From 72e8f68c69fea656706d570dd3f3560ae551d96c Mon Sep 17 00:00:00 2001 From: mattsc Date: Sat, 26 Apr 2014 18:26:25 -0700 Subject: [PATCH] ai_helper: remove a debug message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s served its purpose and is not needed any more. --- data/ai/lua/ai_helper.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/data/ai/lua/ai_helper.lua b/data/ai/lua/ai_helper.lua index bf0ef346341b..92807c0f4422 100644 --- a/data/ai/lua/ai_helper.lua +++ b/data/ai/lua/ai_helper.lua @@ -45,14 +45,6 @@ function ai_helper.done_eval_messages(start_time, ca_name) if ai_helper.print_eval() then ai_helper.print_ts_delta(start_time, ' - Done evaluating ' .. ca_name .. ':') end - - if (dt >= 10) then - W.message{ - speaker = 'narrator', - caption = 'Evaluation of candidate action ' .. ca_name .. ' took ' .. dt .. ' seconds', - message = 'This took a really long time (which it should not). If you can, would you mind sending us a screen grab of this situation? Thanks!' - } - end end function ai_helper.clear_labels()