2003/09/26 02:58:11
[org.ibex.core.git] / src / org / xwt / Platform.java
index 20f7d80..9216dcb 100644 (file)
@@ -231,13 +231,11 @@ public class Platform {
 
     /** default implementation is Eric Albert's BrowserLauncher.java */
     protected void _newBrowserWindow(String url) {
-        /*
         try {
             edu.stanford.ejalbert.BrowserLauncher.openURL(url);
         } catch (Exception e) {
             Log.log(this, e);
         }
-        */
     }
 
     /** opens a new browser window */