Skip to content

Commit dba8a8d

Browse files
committed
fix
1 parent ff8e9e7 commit dba8a8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/commands/scan/list.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ function setupCommand (name, description, argv, importMeta) {
155155
*/
156156
async function listOrgFullScan (orgSlug, input, spinner) {
157157
const socketSdk = await setupSdk(getDefaultKey())
158-
console.log(input)
159-
// @ts-ignore
160158
const result = await handleApiCall(socketSdk.getOrgFullScanList(orgSlug, input), 'Listing scans')
161159

162160
if (!result.success) {

0 commit comments

Comments
 (0)