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.
package/dist/index.js CHANGED
@@ -7587,9 +7587,6 @@ var NotificationLogoutModal = function NotificationLogoutModal() {
7587
7587
 
7588
7588
  var checkOpenModalLogout = function checkOpenModalLogout() {
7589
7589
  var lastTimeOut = localStorage.getItem("LAST_TIME_REQUETST");
7590
- console.log({
7591
- lastTimeOut: lastTimeOut
7592
- });
7593
7590
  var timeMoment = moment(lastTimeOut, "YYYY-MM-DD HH:mm");
7594
7591
  var currentTime = moment(moment().utc().format("YYYY-MM-DD HH:mm"));
7595
7592
  var minutes = currentTime.diff(timeMoment, "minutes");