[v2] Remove debug statement

This commit is contained in:
Lea Anthony 2021-06-30 21:00:09 +10:00
commit 30e96118b1
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -3,7 +3,6 @@
let greeting = "";
function greet() {
console.log("name", name);
window.backend.main.App.Greet(name).then((result) => {
greeting = result;
});