From 8d3cc20c94ebe0e4f6443345f303891ed49e02b6 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 2 Oct 2019 21:13:27 -0400 Subject: [PATCH] this looks like extra code --- views/honkpage.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/views/honkpage.js b/views/honkpage.js index 9b3a910..85514ff 100644 --- a/views/honkpage.js +++ b/views/honkpage.js @@ -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 }