From: Jack Jansen Date: Mon, 19 Aug 1996 11:38:03 +0000 (+0000) Subject: Removed debug printf X-Git-Tag: v1.4b3~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=499a8afd0fc29daa95a4f8e37a3f7bd6388cd8ef;p=thirdparty%2FPython%2Fcpython.git Removed debug printf --- diff --git a/Mac/Python/macapplication.c b/Mac/Python/macapplication.c index 00287418826e..5532345da2d4 100644 --- a/Mac/Python/macapplication.c +++ b/Mac/Python/macapplication.c @@ -30,9 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. extern void PyMac_InitApplication(); +void main() { -#if defined(__MWERKS__) && defined(__CFM68K__) - printf("Hello, world!\n"); -#endif PyMac_InitApplication(); }