remove a useless log
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Floatingghost 2024-05-28 04:18:32 +01:00
parent a7dea2f70f
commit a45f482c79

View file

@ -33,7 +33,6 @@ var hotMiddleware = require('webpack-hot-middleware')(compiler)
// proxy api requests
Object.keys(proxyTable).forEach(function (context) {
var options = proxyTable[context]
console.log(options);
if (typeof options === 'string') {
options = { target: options }
}