diff --git a/apps/documenteditor/mobile/src/controller/settings/DocumentInfo.jsx b/apps/documenteditor/mobile/src/controller/settings/DocumentInfo.jsx index 6b175b2f7..41e941270 100644 --- a/apps/documenteditor/mobile/src/controller/settings/DocumentInfo.jsx +++ b/apps/documenteditor/mobile/src/controller/settings/DocumentInfo.jsx @@ -17,8 +17,6 @@ class DocumentInfoController extends Component { } else if (this.pdfProps) { this.updatePdfInfo(this.pdfProps); } - - console.log(this.docInfoObject) } updateFileInfo(props) {