diff options
-rw-r--r-- | pgweb/survey/struct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/survey/struct.py b/pgweb/survey/struct.py index 4cc858db..394e28b2 100644 --- a/pgweb/survey/struct.py +++ b/pgweb/survey/struct.py @@ -1,3 +1,3 @@ def get_struct(): - yield ('community/surveys/', None) + pass # XXX: bother with individual surveys? |