diff --git a/lib/uv.handler.js b/lib/uv.handler.js index f4677c9a..bf06acc0 100644 --- a/lib/uv.handler.js +++ b/lib/uv.handler.js @@ -622,10 +622,6 @@ async function __uvHook(window, config = {}, bare = '/bare/') { }; }); - client.storage.on('refresh', event => { - - }); - client.storage.on('get', event => { event.data.name = methodPrefix + __uv.meta.url.origin + '@' + event.data.name; });