Skip to content

Commit

Permalink
(ajustements) : Supression des consoles logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mamarmite committed Sep 10, 2024
1 parent f927c23 commit c84c754
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/DataTypes/Entity/models/EntityModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ class EntityModel {
setUsersMetas() {
this.setUsersMetasOn(this.meta.requestedBy);
this.setUsersMetasOn(this.meta.lastModifiedBy);
console.log(this.title, "setUsersMetas", this.meta);
}

setUsersMetasOn(targetUserData) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const OrganisationSingleView = ({ data }) => {
}
</>
)
console.log("ORG footer, metas", meta);

const Footer = (
<>
{
Expand Down

0 comments on commit c84c754

Please sign in to comment.