Skip to content

Commit 35b6847

Browse files
chore: remove console.log
1 parent 18984dc commit 35b6847

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/agent/preview.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ export default class AgentPreview extends SfCommand<AgentPreviewResult> {
131131
});
132132
}
133133

134-
// eslint-disable-next-line no-console
135-
console.log('clientApp', clientApp);
136134
const jwtConn = await Connection.create({
137135
authInfo,
138136
clientApp,

0 commit comments

Comments
 (0)