mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 05:30:52 +08:00
remove console.log
This commit is contained in:
parent
7274b6d19c
commit
85de0bbf8a
@ -19,7 +19,6 @@ export default {
|
||||
getNewQuote: function() {
|
||||
var self = this;
|
||||
wails.$.main.QuotesCollection.GetQuote().then(result => {
|
||||
console.log(result);
|
||||
self.quote = result;
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user