Browse Source

Remove console

pull/1242/head
Hironsan 3 years ago
parent
commit
155ebd3de2
1 changed files with 0 additions and 2 deletions
  1. 2
      frontend/services/application/document.service.ts

2
frontend/services/application/document.service.ts

@ -83,8 +83,6 @@ export class DocumentApplicationService {
}
public async upload(projectId: string, file: File, format: string): Promise<void> {
console.log(file)
console.log(format)
const formData = new FormData()
formData.append('file', file)
formData.append('format', format)

Loading…
Cancel
Save