remove debug

This commit is contained in:
silverwind 2023-06-17 09:24:18 +02:00
parent a137b75681
commit d7506ff81d
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -19,10 +19,8 @@ import supportsColor from "supports-color";
import {magenta, red, green, disableColor} from "glowie";
import parseTOML from "@iarna/toml/parse-string.js";
import {getProperty} from "dot-prop";
import {inspect} from "node:util";
const {fromUrl} = hostedGitInfo;
inspect.defaultOptions.depth = 1;
let fetch;
if (globalThis.fetch && !versions?.node) { // avoid node experimental warning