[svn:parrot] r47790 - trunk/runtime/parrot/library

coke at svn.parrot.org coke at svn.parrot.org
Wed Jun 23 21:06:16 UTC 2010


Author: coke
Date: Wed Jun 23 21:06:15 2010
New Revision: 47790
URL: https://trac.parrot.org/parrot/changeset/47790

Log:
Remove random debug output noticed by quietfanatic++

Modified:
   trunk/runtime/parrot/library/SDL.pir

Modified: trunk/runtime/parrot/library/SDL.pir
==============================================================================
--- trunk/runtime/parrot/library/SDL.pir	Wed Jun 23 21:05:04 2010	(r47789)
+++ trunk/runtime/parrot/library/SDL.pir	Wed Jun 23 21:06:15 2010	(r47790)
@@ -91,7 +91,6 @@
     .local pmc env
     env = new 'Env'
     .local string sdlpath
-    say'Hu'
     sdlpath = env['SDLLIBPATH']
     if sdlpath == '' goto default_locations
     say sdlpath


More information about the parrot-commits mailing list