Fix: db_connect_manager - requestPlayerHistory parameters

This commit is contained in:
2019-07-18 09:49:27 +09:00
parent e324e9c41a
commit 1fe0b08e9f
3 changed files with 3 additions and 6 deletions
-2
View File
@@ -54,8 +54,6 @@ function HistoryBoard(dataType) {
}
HistoryBoard.prototype.parseHistoryRecordManagerData = function(historyRecordManager) {
console.log(historyRecordManager);
if(historyRecordManager.getCount() == 0) {
console.log("history board - no data");
return;