mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
remove console.log
This commit is contained in:
@@ -19,7 +19,6 @@ export default {
|
||||
getNewQuote: function() {
|
||||
var self = this;
|
||||
wails.$.main.QuotesCollection.GetQuote().then(result => {
|
||||
console.log(result);
|
||||
self.quote = result;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user