[v2] Remove debug statement

This commit is contained in:
Lea Anthony
2021-06-30 21:00:09 +10:00
parent efd768ac5d
commit 30e96118b1

View File

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