Skip to content

Commit

Permalink
ai_helper: remove a debug message
Browse files Browse the repository at this point in the history
It’s served its purpose and is not needed any more.
  • Loading branch information
mattsc committed Apr 27, 2014
1 parent 559b106 commit 72e8f68
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data/ai/lua/ai_helper.lua
Expand Up @@ -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()
Expand Down

0 comments on commit 72e8f68

Please sign in to comment.