Skip to content

Commit

Permalink
Removes log
Browse files Browse the repository at this point in the history
  • Loading branch information
fewieden committed Mar 10, 2024
1 parent 61fed7e commit 3c9bdc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MMM-Fuel.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ Module.register('MMM-Fuel', {
*/
socketNotificationReceived(notification, payload) {
if (notification === 'PRICELIST') {
Log.info(payload);
this.priceList = payload;
this.updateDom(300);
}
Expand Down

0 comments on commit 3c9bdc9

Please sign in to comment.