From 569be3cf74df0ab7d8ef5e75e0278d5c62f4bb7d Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 5 Dec 2023 13:16:27 -0800 Subject: [PATCH] remove debug stmt --- app/templates/views/user-profile.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/views/user-profile.html b/app/templates/views/user-profile.html index 58003e5e4..876a14280 100644 --- a/app/templates/views/user-profile.html +++ b/app/templates/views/user-profile.html @@ -63,7 +63,6 @@ ) }} {% endcall %} - IS IT HERE???? {{ current_user.preferred_timezone }} {% call row() %} {{ text_field('Preferred Timezone') }} {{ optional_text_field(current_user.preferred_timezone) }}