diff --git a/app/assets/stylesheets/admin/openfoodnetwork.css.scss b/app/assets/stylesheets/admin/openfoodnetwork.css.scss index 4afec72515..a3d2709602 100644 --- a/app/assets/stylesheets/admin/openfoodnetwork.css.scss +++ b/app/assets/stylesheets/admin/openfoodnetwork.css.scss @@ -154,19 +154,6 @@ form.order_cycle { .actions { margin-top: 3em; } - - /* This styling makes it easier to read the debug info at the same time as working with the - * interface, but it breaks the tests. Enable when you need it. - #order-cycles-debug { - position: fixed; - top: 0px; - left: 0px; - height: 100%; - width: 316px; - overflow-y: scroll; - background-color: #fff; - } - */ } table#listing_order_cycles { diff --git a/app/views/admin/order_cycles/_form.html.haml b/app/views/admin/order_cycles/_form.html.haml index 7e58030f6d..76d9c4c52f 100644 --- a/app/views/admin/order_cycles/_form.html.haml +++ b/app/views/admin/order_cycles/_form.html.haml @@ -47,17 +47,3 @@ .actions %span{'ng-hide' => 'loaded()'}= t(:loading) - -- unless Rails.env.production? - #order-cycles-debug - %h2= t('.debug_info') - - %pre loaded = {{ loaded() | json }} - %hr/ - %pre order_cycle = {{ order_cycle | json }} - %hr/ - %pre enterprises = {{ enterprises | json }} - %hr/ - %pre enterprise_fees = {{ enterprise_fees | json }} - %hr/ - %pre supplied_products = {{ supplied_products | json }} diff --git a/config/locales/en.yml b/config/locales/en.yml index 241a5870a4..25c7a9aa63 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -897,7 +897,6 @@ en: tags: Tags add_a_tag: Add a tag delivery_details: Pickup / Delivery details - debug_info: Debug information index: schedule: Schedule schedules: Schedules