mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
remove spurious logging in profileeditor
This commit is contained in:
@@ -152,7 +152,6 @@ var init = function init () {
|
||||
}
|
||||
|
||||
function initeditor() {
|
||||
console.log("INITEDITOR", client.settings.extendedSettings.profile, client.settings.extendedSettings.profile?.history, client.settings.extendedSettings.profile && client.settings.extendedSettings.profile.history);
|
||||
$('#pe_history').toggle(client.settings.extendedSettings.profile && client.settings.extendedSettings.profile.history);
|
||||
$('#pe_multiple').toggle(client.settings.extendedSettings.profile && client.settings.extendedSettings.profile.multiple);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user