mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
[v2] Remove debug statement
This commit is contained in:
parent
efd768ac5d
commit
30e96118b1
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
|||
let greeting = "";
|
||||
|
||||
function greet() {
|
||||
console.log("name", name);
|
||||
window.backend.main.App.Greet(name).then((result) => {
|
||||
greeting = result;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue