diff --git a/bookwyrm/templates/guided_tour/search.html b/bookwyrm/templates/guided_tour/search.html
index 868d9b819..e92bd6606 100644
--- a/bookwyrm/templates/guided_tour/search.html
+++ b/bookwyrm/templates/guided_tour/search.html
@@ -149,43 +149,3 @@
tour.start()
-
-
-
- // {
- // text: "{% trans 'Groups can have group-curated lists. We haven\'t discussed lists yet, so now let\s fix that.' %}\
- //
\
- // {% trans 'Click on the button to create a list.' %}",
- // title: "{% trans 'Group lists' %}",
- // attachTo: {
- // element: "#create_group_list_button",
- // on: "right",
- // },
- // buttons: [
- // {
- // action() {
- // return this.back();
- // },
- // secondary: true,
- // text: "{% trans 'Back' %}",
- // },
- // {
- // action() {
- // return this.next();
- // },
- // text: "{% trans 'Next' %}",
- // },
- // ],
- // },
- // {
- // text: "{% trans 'todo' %}",
- // title: "{% trans 'TODO' %}",
- // buttons: [
- // {
- // action() {
- // return this.complete();
- // },
- // text: "{% trans 'Ok' %}",
- // },
- // ],
- // },