Modify ↓
Opened 17 years ago
Closed 17 years ago
#3936 closed defect (fixed)
There is a spurious log.error in get_quality_ratio()
| Reported by: | Dave Gynn | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | lowest | Component: | GraphvizPlugin |
| Severity: | trivial | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
There is a self.log.error(mimetype) on line 179 in the get_quality_ratio method. At best this should be a debug message but I don't see any reason to keep it at all.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
(In [4539]) GraphvizPlugin: remove spurious log.error statement, fixes #3936.
Note: See
TracTickets for help on using
tickets.



You're right, thanks for mentioning this.