Fix: remove AppInfoManager
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user