remove console.logs (totally or replace with console.debug)
This commit is contained in:
parent
236d612c20
commit
563c0d3e29
3 changed files with 2 additions and 3 deletions
|
@ -287,7 +287,7 @@ function readUrl(urlString) {
|
|||
|
||||
let data = new Blob(dataParts);
|
||||
|
||||
console.log("sending edit data. record count:", editRecords.length, "data blob:", data);
|
||||
console.debug("sending edit data. record count:", editRecords.length, "data blob:", data);
|
||||
session.sendEdit(editRecords, data);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue