* src/vm/properties.c (properties_init) [WITH_CLASSPATH_SUN]: Removed
[cacao.git] / src / vm / properties.c
index bf3da3199cb2b93e17dba09297f02ee22b3f4de2..abbbe864ce82081c87c76871e5fbddf1048cc831 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: properties.c 8381 2007-08-21 13:00:21Z twisti $
+   $Id: properties.c 8382 2007-08-21 13:05:42Z twisti $
 
 */
 
@@ -306,8 +306,6 @@ bool properties_init(void)
 
        /* Check if that libjvm.so exists. */
 
-       printf("java_home=%s\n", java_home);
-
        if (access(java_home, F_OK) == 0) {
                /* Yes, we add /jre to java.home. */