Fix: remove AppInfoManager

This commit is contained in:
2018-06-05 14:33:04 +09:00
parent 1bcce524e3
commit 5f53360871
4 changed files with 4 additions and 7 deletions
-2
View File
@@ -342,8 +342,6 @@ class DBConnectManager {
xhr.onreadystatechange = function() {
if(xhr.readyState == 4 && xhr.status == 200) {
let replyJSON = JSON.parse(xhr.responseText);
console.log(replyJSON);
console.log(replyJSON["HowToPlay"]);
if(replyJSON != null && replyJSON["HowToPlay"] != null)
onSucceededListener(replyJSON);