• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shogi-server source


Commit MetaInfo

Revision1899be10b8b1ba8527c52036e4d7dc278fddbcc2 (tree)
Time2016-04-09 13:03:38
AuthorDaigo Moriwaki <daigo@debi...>
CommiterDaigo Moriwaki

Log Message

Remove a debug message

Change Summary

Incremental Difference

--- a/shogi_server/game.rb
+++ b/shogi_server/game.rb
@@ -267,8 +267,6 @@ class Game
267267 return false # time isn't expired. players aren't swapped. continue game
268268 else
269269 t = @time_clock.process_time(@current_player, @start_time, @end_time)
270- log_info(sprintf("+++ DEBUG %s consumed %d sec. remain %d sec",
271- @current_player.name, t, @current_player.mytime))
272270 move_status = @board.handle_one_move(str, @sente == @current_player)
273271 # log_debug("move_status: %s for %s's %s" % [move_status, @sente == @current_player ? "BLACK" : "WHITE", str])
274272