Fix undefined logger in webstorage.js

This commit is contained in:
J. Ryan Stinnett
2019-05-31 10:01:32 +01:00
parent 842ce30190
commit 137c6919f6
+1
View File
@@ -22,6 +22,7 @@ limitations under the License.
*/
const utils = require("../../utils");
import logger from '../../logger';
const DEBUG = false; // set true to enable console logging.
const E2E_PREFIX = "session.e2e.";