mario-core 2.9.110-beta → 2.9.111-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7585,9 +7585,6 @@ var NotificationLogoutModal = function NotificationLogoutModal() {
7585
7585
 
7586
7586
  var checkOpenModalLogout = function checkOpenModalLogout() {
7587
7587
  var lastTimeOut = localStorage.getItem("LAST_TIME_REQUETST");
7588
- console.log({
7589
- lastTimeOut: lastTimeOut
7590
- });
7591
7588
  var timeMoment = moment(lastTimeOut, "YYYY-MM-DD HH:mm");
7592
7589
  var currentTime = moment(moment().utc().format("YYYY-MM-DD HH:mm"));
7593
7590
  var minutes = currentTime.diff(timeMoment, "minutes");