diff options
author | marzavec <admin@marzavec.com> | 2018-10-14 01:35:58 +0200 |
---|---|---|
committer | marzavec <admin@marzavec.com> | 2018-10-14 01:35:58 +0200 |
commit | 4a2f0d6f59a281706ba6a1d370cf9be403cc1ee1 (patch) | |
tree | cd0cf58c26fb004b4d8100bde70d3ee865207676 /server/src | |
parent | Merge pull request #39 from rand0x0m/update-style (diff) | |
download | hackchat-4a2f0d6f59a281706ba6a1d370cf9be403cc1ee1.tar.gz hackchat-4a2f0d6f59a281706ba6a1d370cf9be403cc1ee1.zip |
documentation update, removing unused scripts
Diffstat (limited to 'server/src')
-rw-r--r-- | server/src/scripts/debug.js | 18 | ||||
-rw-r--r-- | server/src/scripts/dev.js | 17 |
2 files changed, 0 insertions, 35 deletions
diff --git a/server/src/scripts/debug.js b/server/src/scripts/debug.js deleted file mode 100644 index 3a97d9f..0000000 --- a/server/src/scripts/debug.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * Server debug test script - * - * Version: v2.0.0 - * Developer: Marzavec ( https://github.com/marzavec ) - * License: WTFPL ( http://www.wtfpl.net/txt/copying/ ) - * - */ - -'use strict'; - -// import required classes -const path = require('path'); -const ConfigManager = require('../managers/config'); - -// begin tests -// TODO: TODO -// TODO diff --git a/server/src/scripts/dev.js b/server/src/scripts/dev.js deleted file mode 100644 index 5049b84..0000000 --- a/server/src/scripts/dev.js +++ /dev/null @@ -1,17 +0,0 @@ -/** - * Server development script - * - * Version: v2.0.0 - * Developer: Marzavec ( https://github.com/marzavec ) - * License: WTFPL ( http://www.wtfpl.net/txt/copying/ ) - * - */ - -'use strict'; - -// import required classes - - -// begin tests -// TODO: TODO -// TODO |