Skip to content

Commit cdb2456

Browse files
committed
chore: remove stray debug lines
1 parent 9bda56a commit cdb2456

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/helpers/usageReporting.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ function redactKeys(str, regex, redact) {
200200
function send(args) {
201201
if (isUsageReportingEnabled() === "true") return;
202202

203-
// console.log(args)
204203
let bsConfig = JSON.parse(JSON.stringify(args.bstack_config));
205204
let runSettings = "";
206205
let sanitizedbsConfig = "";

0 commit comments

Comments
 (0)