--- cherrypy/lib/profiler.py~	2006-06-04 23:45:51.000000000 -0300
+++ cherrypy/lib/profiler.py	2006-06-04 23:46:23.000000000 -0300
@@ -46,12 +46,12 @@
 except ImportError:
     profile = None
     pstats = None
-    import warnings
-    msg = ("Your installation of Python doesn't have a profile module. "
-           "If you're on Debian, you can apt-get python2.4-profiler from "
-           "non-free in a separate step. See http://www.cherrypy.org/wiki/"
-           "ProfilingOnDebian for details.")
-    warnings.warn(msg)
+    #import warnings
+    #msg = ("Your installation of Python doesn't have a profile module. "
+    #       "If you're on Debian, you can apt-get python2.4-profiler from "
+    #       "non-free in a separate step. See http://www.cherrypy.org/wiki/"
+    #       "ProfilingOnDebian for details.")
+    #warnings.warn(msg)
 
 import os, os.path
 import sys
