express-speed 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "express-speed",
3
3
  "description": "A simple pager system for Express apps",
4
- "version": "1.0.2",
4
+ "version": "1.0.4",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "files": [
@@ -102,7 +102,6 @@ let expressSpeed = {
102
102
  }) {
103
103
  if (typeof config.go == "function") config.go(expressSpeed);
104
104
  config.port = port;
105
- console.log(typeof config);
106
105
  if (typeof config == "object") {
107
106
  }
108
107
  expressSpeed.config.path.page = {