mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 09:32:06 +10:00
remove unnecessary log
This commit is contained in:
@ -59,7 +59,7 @@ export async function exportPage(data: IExportPageParams): Promise<void> {
|
||||
const req = await api.post("/pages/export", data, {
|
||||
responseType: "blob",
|
||||
});
|
||||
console.log(req?.headers);
|
||||
|
||||
const fileName = req?.headers["content-disposition"]
|
||||
.split("filename=")[1]
|
||||
.replace(/"/g, "");
|
||||
|
||||
Reference in New Issue
Block a user