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