Commit c7efd79
fix(system_python): Remove printing of not always present attribute (bazel-contrib#3781)
This attribute is not part of the Python public API and in Debian 10
Buster (OpenJDK 11, gcc 8.3.0) it seems to not be defined.
This reverts one of the debug logging statements added in
bazel-contrib#3667
Fixes bazel-contrib#3774
---------
Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>1 parent 61cfa88 commit c7efd79
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
95 | | - | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
0 commit comments