removed debugger

This commit is contained in:
Leon van Kammen 2025-01-14 14:47:52 +01:00
parent f9be7a946a
commit 1ae1a46580
1 changed files with 0 additions and 2 deletions

View File

@ -18,9 +18,7 @@ xrf.navigator.to = (url,flags,loader,data) => {
let URI
if( typeof url == 'string' ){
debugger
URI = xrfragment.URI.toAbsolute( xrf.navigator.URI, url )
debugger
URI.hash = xrf.navigator.reactifyHash(URI.hash) // automatically reflect hash-changes to navigator.to(...)
// decorate with extra state
URI.fileChange = URI.file && URI.URN + URI.file != xrf.navigator.URI.URN + xrf.navigator.URI.file