We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e7d8d commit d14bd49Copy full SHA for d14bd49
index.js
@@ -84,7 +84,6 @@ const open_vault = async (args) => {
84
85
const concert_to_records = (args, vault) => {
86
const records = [];
87
- console.log("args.otp", args.otp);
88
const walk = ({ group, depth = 0, parents = [] }) => {
89
if (depth === 0) {
90
if (args.info) process.stdout.write("vault\n");
0 commit comments