remove outdated comments
diff --git a/planetstack/xos/urls.py b/planetstack/xos/urls.py
index 0f55a25..10d1fe8 100644
--- a/planetstack/xos/urls.py
+++ b/planetstack/xos/urls.py
@@ -24,8 +24,6 @@
 
 urlpatterns = patterns('',
     # Examples:
-    # url(r'^$', 'planetstack.views.home', name='home'),
-    # url(r'^planetstack/', include('planetstack.foo.urls')),
     url(r'^stats', 'core.views.stats.Stats', name='stats'),
     url(r'^observer', 'core.views.observer.Observer', name='observer'),