diff options
author | culler <culler> | 2019-01-23 17:55:49 (GMT) |
---|---|---|
committer | culler <culler> | 2019-01-23 17:55:49 (GMT) |
commit | f917c7ea30852f927140c2e2041d624de5518a11 (patch) | |
tree | dcd69ff89a34eac57d2e2bafda4f1e2338cd1af6 | |
parent | 375b837a661f0c2f82e6fc3c530261fedbf065d2 (diff) | |
download | tk-f917c7ea30852f927140c2e2041d624de5518a11.zip tk-f917c7ea30852f927140c2e2041d624de5518a11.tar.gz tk-f917c7ea30852f927140c2e2041d624de5518a11.tar.bz2 |
Remove debug print statement.
-rw-r--r-- | macosx/tkMacOSXEmbed.c | 1 |
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"); } /* |