@@ -3758,7 +3758,6 @@ class PageService implements IPageService {
* Set options.isSynchronously to true to await all process when you want to run this method multiple times at short intervals.
*/
async create(_path: string, body: string, user: HasObjectId, options: IOptionsForCreate = {}): Promise<PageDocument> {
- console.log('呼ばれた!');
// Switch method
const isV5Compatible = this.crowi.configManager.getConfig('crowi', 'app:isV5Compatible');
if (!isV5Compatible) {