5
0
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:
Lea Anthony 2019-01-11 07:00:40 +11:00
parent 7274b6d19c
commit 85de0bbf8a

View File

@ -19,7 +19,6 @@ export default {
getNewQuote: function() {
var self = this;
wails.$.main.QuotesCollection.GetQuote().then(result => {
console.log(result);
self.quote = result;
});
}