Skip to content

Commit

Permalink
Revert "[TRUST-1439] debug logs added"
Browse files Browse the repository at this point in the history
This reverts commit 15caada.
  • Loading branch information
saksham-postman committed Sep 30, 2024
1 parent 15caada commit 7a73a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"no-await-in-loop": "error",
"no-compare-neg-zero": "error",
"no-cond-assign": "error",
// "no-console": ["error", {
// "allow": ["info", "warn", "error"]
// }],
"no-console": ["error", {
"allow": ["info", "warn", "error"]
}],
"no-constant-condition": "error",
"no-control-regex": "error",
"no-constructor-return": "error",
Expand Down
3 changes: 0 additions & 3 deletions lib/runner/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ module.exports = {
variables = scope.values.filter((variable) => {
const domainPatterns = variable && variable._ && variable._.domainPatterns;

console.log(domainPatterns, 'domainPatterns');
console.log(urlWithoutPort, 'urlWithoutPort');

if (!domainPatterns) {
return true;
}
Expand Down

0 comments on commit 7a73a79

Please sign in to comment.