Skip to content

Commit

Permalink
[Task]: Remove some leftover of unwanted change (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Jun 18, 2024
1 parent fbf9568 commit 2f20f5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/js/pimcore/object/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ pimcore.object.versions = Class.create({
},
{
text: t("date"), width: 150, sortable: true, dataIndex: 'date', filter: 'date', renderer: function (d) {
console.log(pimcore.globalmanager.get('localeDateTime'));
return Ext.Date.format(d, pimcore.globalmanager.get('localeDateTime').getDateTimeFormat());
}
},
Expand Down
1 change: 0 additions & 1 deletion public/js/pimcore/settings/profile/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ pimcore.settings.profile.panel = Class.create({
getEditPanel: function () {
this.forceReloadOnSave = false;
this.currentUser = pimcore.currentuser;
console.log(pimcore.currentuser);

var passwordCheck = function (el) {
if (pimcore.helpers.isValidPassword(el.getValue())) {
Expand Down

0 comments on commit 2f20f5a

Please sign in to comment.