remove extra console.log
This commit is contained in:
@@ -119,7 +119,6 @@ export async function chunkUpload(formData: FormData): Promise<ChunkResponse> {
|
||||
let parsed = await response.json();
|
||||
|
||||
if (parsed.message_code === 0) {
|
||||
console.log('code 0');
|
||||
return {
|
||||
errorMesage: null,
|
||||
fileId: parsed.message_body.file_id
|
||||
|
||||
Reference in New Issue
Block a user