summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-07 04:14:52 +0000
committerDavid Robillard <d@drobilla.net>2014-01-07 04:14:52 +0000
commit83ee815990e50000fe7576093b279b4cdc401a5a (patch)
treed38a6b9d0908251298ae1238b10a9264d023eb0e
parentd6e320663b67faab969604be2aa818a1b42e87b9 (diff)
downloadganv-83ee815990e50000fe7576093b279b4cdc401a5a.tar.gz
ganv-83ee815990e50000fe7576093b279b4cdc401a5a.tar.bz2
ganv-83ee815990e50000fe7576093b279b4cdc401a5a.zip
Remove debug printf.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5296 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/module.c b/src/module.c
index 8a744f3..e2f37c3 100644
--- a/src/module.c
+++ b/src/module.c
@@ -171,7 +171,6 @@ measure(GanvModule* module, Metrics* m)
m->width = MAX(m->width, impl->embed_width);
if (impl->embed_item) {
- fprintf(stderr, "DOWN EMBED %lf %lf\n", impl->embed_width, m->width);
m->width = MAX(impl->embed_width + 2.0 * PAD, m->width);
m->embed_x = PAD;
}