openapi.js: explicitly disable LOG_ROUTES

This commit is contained in:
Rory&
2026-03-17 01:33:43 +01:00
parent 58ee3bbb4e
commit a2be4fedfd

View File

@@ -16,6 +16,8 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
process.env.LOG_ROUTES = "false";
const { Stopwatch } = require("../dist/util/util/Stopwatch");
const totalSw = Stopwatch.startNew();