Skip to content

Commit d14bd49

Browse files
committed
fix: remove debugging output
1 parent f9e7d8d commit d14bd49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ const open_vault = async (args) => {
8484

8585
const concert_to_records = (args, vault) => {
8686
const records = [];
87-
console.log("args.otp", args.otp);
8887
const walk = ({ group, depth = 0, parents = [] }) => {
8988
if (depth === 0) {
9089
if (args.info) process.stdout.write("vault\n");

0 commit comments

Comments
 (0)