Fix: db_connect_manager - requestPlayerHistory parameters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user