testing 123

Change-Id: I263fbd3b813f00b11cb12f83344a06f5db13ffb4
diff --git a/http_testing.model.lkml b/http_testing.model.lkml
index c23290a..4a4d141 100644
--- a/http_testing.model.lkml
+++ b/http_testing.model.lkml
@@ -1,20 +1,3 @@
 connection: "l4c_testing" # bare repo
 
 include: "test.view.lkml"                # include all views in the views/ folder in this project
-# include: "/**/*.view.lkml"                 # include all views in this project
-# include: "my_dashboard.dashboard.lookml"   # include a LookML dashboard called my_dashboard
-
-# # Select the views that should be a part of this model,
-# # and define the joins that connect them together.
-#
-# explore: order_items {
-#   join: orders {
-#     relationship: many_to_one
-#     sql_on: ${orders.id} = ${order_items.order_id} ;;
-#   }
-#
-#   join: users {
-#     relationship: many_to_one
-#     sql_on: ${users.id} = ${orders.user_id} ;;
-#   }
-# }