this looks like extra code

This commit is contained in:
Ted Unangst 2019-10-02 21:13:27 -04:00
parent 093d2028df
commit 8d3cc20c94
1 changed files with 0 additions and 3 deletions

View File

@ -89,9 +89,6 @@ function hydrargs() {
} else if (name == "honker") {
console.log("loading honker " + arg)
args["xid"] = arg
} else {
var stash = name + ":" + arg
args["topxid"] = topxid[stash]
}
return args
}