@@ -422,7 +422,6 @@ let mobPopObj = {
var _this = this;
$('button[id$="CLOSE"]').off('click').on('click', function() {
var id = $(this).attr('id');
- console.log('id ===> ' + id);
if($(this).hasClass('btn-pop-close')) {
_this.hide(id);
}