Skip to content

Commit

Permalink
docs(samples): removed test console logs (#662)
Browse files Browse the repository at this point in the history
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/nodejs-dlp/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
  • Loading branch information
Sita04 authored Nov 3, 2021
1 parent b9e6ba0 commit 34e83db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dlp/inspectString.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ function main(
item: item,
};

console.log(request.inspectConfig.infoTypes);
console.log(Array.isArray(request.inspectConfig.infoTypes));

// Run request
const [response] = await dlp.inspectContent(request);
const findings = response.result.findings;
Expand Down

0 comments on commit 34e83db

Please sign in to comment.