Bug #5213
Maptool class
| Status: | New | Start Date: | 03/21/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Patch supplied: | No |
Description
Hi,
when starting my plugin(profile tool), which is using a maptool class, cad tool is bugging.
In fact, the bug come from your maptool implementation, where , in the "def deactivate(self)", you write "print ***". It's the print instruction that make my plugin bug. Is it possible to remove the print instruction from your plugin ? (in class circulararctool.py, modifycirculararctool.py and parallellinetool.py) ?
thanks