diff options
author | gumi <git@gumi.ca> | 2018-04-10 19:25:00 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-04-10 19:25:00 -0400 |
commit | 5422995ae12a085e5b934a56f25c68b0752bb878 (patch) | |
tree | 9981281e1d8b98ebc0a3eae415239e21beab5962 /src/routers/tmwa | |
parent | 8fc40ae5e1400b4e7a3d4f05105742afd2c68854 (diff) | |
download | api-5422995ae12a085e5b934a56f25c68b0752bb878.tar.gz api-5422995ae12a085e5b934a56f25c68b0752bb878.tar.bz2 api-5422995ae12a085e5b934a56f25c68b0752bb878.tar.xz api-5422995ae12a085e5b934a56f25c68b0752bb878.zip |
remove a testing leftover
Diffstat (limited to 'src/routers/tmwa')
-rw-r--r-- | src/routers/tmwa/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routers/tmwa/index.js b/src/routers/tmwa/index.js index 52d241f..7e1cefe 100644 --- a/src/routers/tmwa/index.js +++ b/src/routers/tmwa/index.js @@ -1,6 +1,5 @@ const express = require("express"); // from npm registry const fs = require("fs"); // built-in -const poll_symbol = Symbol("TMWA.poll"); // private method const middlewares = { account: require("./middlewares/account.js"), |