Skip to content

Commit 34e83db

Browse files
authored
docs(samples): removed test console logs (#662)
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)
1 parent b9e6ba0 commit 34e83db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dlp/inspectString.js

-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ function main(
7878
item: item,
7979
};
8080

81-
console.log(request.inspectConfig.infoTypes);
82-
console.log(Array.isArray(request.inspectConfig.infoTypes));
83-
8481
// Run request
8582
const [response] = await dlp.inspectContent(request);
8683
const findings = response.result.findings;

0 commit comments

Comments
 (0)