remove printf + unittest fix

This commit is contained in:
Benjamin Sergeant
2019-03-22 09:56:28 -07:00
parent 358ae13a88
commit bc89580dfe
2 changed files with 1 additions and 2 deletions

View File

@ -776,8 +776,6 @@ namespace ix
if (_readyState == CLOSING || _readyState == CLOSED) return;
std::cout << "I WAS HERE" << std::endl;
// See list of close events here:
// https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent
// We use 1000: normal closure.