backend-manager 3.2.109 → 3.2.110
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 +1 -1
- package/src/manager/index.js +1 -1
package/package.json
CHANGED
package/src/manager/index.js
CHANGED
|
@@ -905,7 +905,7 @@ Manager.prototype.setupCustomServer = function (_library, options) {
|
|
|
905
905
|
|
|
906
906
|
// Install process
|
|
907
907
|
routes.forEach((file) => {
|
|
908
|
-
console.log('---file', file);
|
|
908
|
+
// console.log('---file', file);
|
|
909
909
|
// Require the file
|
|
910
910
|
const cors = self.libraries.cors;
|
|
911
911
|
|