Remove errant printf

This commit is contained in:
Seth Hillbrand 2021-02-04 15:58:59 -08:00
parent aa0db969ca
commit 55a6013a32
1 changed files with 0 additions and 1 deletions

View File

@ -293,7 +293,6 @@ public:
void SetPosition( const wxPoint& aPos ) override
{
printf("Setting the arc position\n");
m_Start = aPos;
}