don't open CouchDB tab since we don't use it anymore
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 21 Jul 2010 15:50:46 +0000 (15:50 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 21 Jul 2010 15:50:46 +0000 (15:50 +0000)
lib/PXElator/browser.pm

index 590540c..e918762 100644 (file)
@@ -2,7 +2,7 @@ package browser;
 
 sub start {
        my $url = $ENV{url};
-       exec "google-chrome $url http://localhost:5984/_utils/database.html?pxelator";
+       exec "google-chrome $url" # http://localhost:5984/_utils/database.html?pxelator";
        exec "/etc/alternatives/x-www-browser $url";
 }