Skip to content

Commit

Permalink
remove suites attribute debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
long-stripe committed Aug 18, 2019
1 parent 6a30189 commit 9a69e38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scala/private/rules/scala_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def _scala_test_flags(ctx):
return flags

def _scala_test_impl(ctx):
if len(ctx.attr.suites) != 0:
print("suites attribute is deprecated. All scalatest test suites are run")

scalac_provider = get_scalac_provider(ctx)

unused_dependency_checker_mode = get_unused_dependency_checker_mode(ctx)
Expand Down

0 comments on commit 9a69e38

Please sign in to comment.