mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[v2] Remove debug statement
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
let greeting = "";
|
||||
|
||||
function greet() {
|
||||
console.log("name", name);
|
||||
window.backend.main.App.Greet(name).then((result) => {
|
||||
greeting = result;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user