Skip to content

Commit

Permalink
fix: Remove a console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
mrseanryan committed Jan 8, 2019
1 parent 7b045ac commit 243fe2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config/ConfigFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export namespace ConfigFactory {
}

export function createForDisabledTestRule(options: any): DisabledTestRuleConfig {
console.log("options.ruleArguments", options.ruleArguments);

// older config had just 'true':
if (options.ruleArguments.length === 0) {
return getDefaultDisabledTestRuleConfig();
Expand Down

0 comments on commit 243fe2d

Please sign in to comment.