summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2019-01-23 17:55:49 (GMT)
committerculler <culler>2019-01-23 17:55:49 (GMT)
commitf917c7ea30852f927140c2e2041d624de5518a11 (patch)
treedcd69ff89a34eac57d2e2bafda4f1e2338cd1af6
parent375b837a661f0c2f82e6fc3c530261fedbf065d2 (diff)
downloadtk-f917c7ea30852f927140c2e2041d624de5518a11.zip
tk-f917c7ea30852f927140c2e2041d624de5518a11.tar.gz
tk-f917c7ea30852f927140c2e2041d624de5518a11.tar.bz2
Remove debug print statement.
-rw-r--r--macosx/tkMacOSXEmbed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXEmbed.c b/macosx/tkMacOSXEmbed.c
index 2dbfdc8..8fcbb09 100644
--- a/macosx/tkMacOSXEmbed.c
+++ b/macosx/tkMacOSXEmbed.c
@@ -1061,7 +1061,6 @@ static void
EmbedSendConfigure(
Container *containerPtr) /* Information about the embedding. */
{
- printf("Call to EmbedSendConfigure\n");
}
/*