Skip to content

Commit

Permalink
refactor<tel>remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahelsamahy committed Oct 17, 2024
1 parent 0212c78 commit 492db21
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class UserSettingsManager {
}

filterFieldName(section, name) {
console.log(section, name);
if (section === 'camera') {
name = name.replace('ip', 'IP');
} else if (section === 'pilot') {
Expand Down

0 comments on commit 492db21

Please sign in to comment.