Skip to content

Commit cc60b51

Browse files
committed
fixed apps cli parity
1 parent ab4ee4b commit cc60b51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/src/cli/apps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default class AppsCommand {
3636
}): Promise<void> {
3737
getOpenAPIClient();
3838
const onlyShowEnabledApps = options.enabled;
39-
console.log(onlyShowEnabledApps);
4039
try {
4140
const { data } = await client.apps.getApps({});
4241
console.log("Here are the apps you have access to:");

0 commit comments

Comments
 (0)