mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Merge pull request #2511 from tigercat2000/um
Comments out debug hooks in nanostatemanager
This commit is contained in:
@@ -49,7 +49,7 @@ NanoStateManager = function ()
|
||||
{
|
||||
var updateData;
|
||||
|
||||
alert("recieveUpdateData called." + "<br>Type: " + typeof jsonString);
|
||||
// alert("recieveUpdateData called." + "<br>Type: " + typeof jsonString); //debug hook
|
||||
try
|
||||
{
|
||||
// parse the JSON string from the server into a JSON object
|
||||
@@ -61,7 +61,7 @@ NanoStateManager = function ()
|
||||
return;
|
||||
}
|
||||
|
||||
alert("recieveUpdateData passed trycatch block.");
|
||||
// alert("recieveUpdateData passed trycatch block."); //debug hook
|
||||
|
||||
if (!updateData.hasOwnProperty('data'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user