commit 5b4172bc7725d55ff9ab51c748bc4479a048f4a6
parent 6992ec33c80e746af1a13a5e32530b88ff696b9e
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Sat, 7 Nov 2015 13:53:49 -0500
Remove Debug Printf
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/UI/PartUI.fl b/src/UI/PartUI.fl
@@ -91,7 +91,6 @@ end();} {}
widget->ext = next;
osc->renameLink("/"+old, "/"+next, widget);
osc->requestValue("/"+next);
- printf("changing <%s> -> <%s>\\n", old.c_str(), next.c_str());
npart = part;
} {}
}