Skip to content

Commit dfa074f

Browse files
committed
chore: removed extra console.log
1 parent a677f19 commit dfa074f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const previewEmail = async (message, options) => {
153153

154154
const emlFilePath = `${options.dir}/${options.id}.eml`;
155155
await writeFile(emlFilePath, response.message);
156-
console.log('emlFilePath', emlFilePath);
156+
debug('emlFilePath', emlFilePath);
157157
const xcrun = childProcess.spawn('xcrun', [
158158
'simctl',
159159
'openurl',

0 commit comments

Comments
 (0)