Commit c855522
authored
Remove print statements from ruby_runtime.bzl (#84)
This reduces noise in the build by removing messages that look like:
```
DEBUG: [...]/ruby_runtime.bzl:5:10: download and extract ruby-build
DEBUG: [...]ruby_runtime.bzl:13:10: ./bin/ruby-build --verbose 2.7.0 ./build
```1 parent 5c904cd commit c855522
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
0 commit comments