jam411 3 anni fa
parent
commit
6337f946a7
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      packages/app/src/components/PageHistory/Revision.tsx

+ 0 - 2
packages/app/src/components/PageHistory/Revision.tsx

@@ -56,8 +56,6 @@ export const Revision = (props: RevisionProps): JSX.Element => {
 
     const pic = (typeof author === 'object') ? <UserPicture user={author} size="lg" /> : <></>;
 
-    console.log(currentPageId);
-
     return (
       <div className={`${styles['revision-history-main']} revision-history-main d-flex`}>
         <div className="picture-container">