Removed debug printf

This commit is contained in:
Jack Jansen 1996-08-19 11:38:03 +00:00
parent 3bc6fe636a
commit 499a8afd0f

View file

@ -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();
}