remove unhandled status/it's not an error

This commit is contained in:
Dennis Eichhorn 2019-02-11 17:25:39 +01:00
parent 8ebd749437
commit b3c2337c96

View File

@ -370,7 +370,6 @@
}
break;
default:
jsOMS.Log.Logger.instance.warning('Unhandled ready state change.');
}
};