forked from MapComplete/MapComplete
Remove console.trace
This commit is contained in:
parent
2bf6bac994
commit
1c413cd6cc
2 changed files with 5 additions and 2 deletions
|
@ -26,7 +26,6 @@ export default class Hash {
|
|||
}
|
||||
const hash = new UIEventSource<string>(window.location.hash.substr(1));
|
||||
hash.addCallback(h => {
|
||||
console.trace("Hash was changed into ",h)
|
||||
if (h === "undefined") {
|
||||
console.warn("Got a literal 'undefined' as hash, ignoring")
|
||||
h = undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue