Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charliegerard committed Jun 17, 2024
1 parent 4b1f545 commit 2b5000f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/commands/scan/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ function setupCommand (name, description, argv, importMeta) {
*/
async function listOrgFullScan (orgSlug, input, spinner) {
const socketSdk = await setupSdk(getDefaultKey())
console.log(input)
// @ts-ignore
const result = await handleApiCall(socketSdk.getOrgFullScanList(orgSlug, input), 'Listing scans')

if (!result.success) {
Expand Down

0 comments on commit 2b5000f

Please sign in to comment.