Skip to content

Commit

Permalink
remove debugger statement!
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed Aug 17, 2024
1 parent bcc3ee1 commit f256637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "0.0.0",
"version": "3.10.0",
"default_locale": "en",
"description": "__MSG_appDescription__",
"author": "June07 <667@june07.com> (https://june07.com/)",
Expand Down Expand Up @@ -77,7 +77,7 @@
]
},
"short_name": "__MSG_appShortName__",
"version_name": "3.9.1",
"version_name": "3.10.0",
"omnibox": {
"keyword": "about"
}
Expand Down
1 change: 0 additions & 1 deletion src/ui/components/NiMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ function clickHandlerSessionUpdate(action, tabId, sessionId) {
function update(event) {
const { id } = event.target
debugger
if (
!id.match(/host|port/) ||
!form.value.errors.find((e) => e.id === id)?.errorMessages.length
Expand Down

0 comments on commit f256637

Please sign in to comment.