Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
itcon-pty-au committed Aug 30, 2024
1 parent 6cefe77 commit 270822b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudbk.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ async function exportToCloud() {
});
if (response.ok) {
const result = await response.json();
console.log("Result: " + result.insertedId);
if (!document.getElementById('db-doc-id').value) {
localStorage.setItem('db-doc-id', result.insertedId);
document.getElementById('db-doc-id').value = result.insertedId;
Expand Down

0 comments on commit 270822b

Please sign in to comment.