Commit a8a8c07
authored
Remove unnecessary error log (#10)
The exception message will be output at the following location and it is
enough.
https://github.com/fluent-plugins-nursery/fluent-plugin-fluent-package-update-notifier/blob/9e2fcb61efdadcda241710afb60a8b03591c6851/lib/fluent/plugin/in_fluent_package_update_notifier.rb#L79
Related to
#6
---------
Signed-off-by: Shizuo Fujita <[email protected]>1 parent 911a7e4 commit a8a8c07
1 file changed
+10
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
64 | 62 | | |
65 | 63 | | |
66 | | - | |
67 | | - | |
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
| |||
176 | 172 | | |
177 | 173 | | |
178 | 174 | | |
| 175 | + | |
179 | 176 | | |
180 | 177 | | |
181 | 178 | | |
| |||
0 commit comments