Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-singh-filestack committed Feb 28, 2024
1 parent 3b391ab commit 798afb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/upload/file_tools.browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const readPart = (start: number, end: number, file): Promise<any> => {
export const getFile = (input: InputFile, sanitizeOptions?: SanitizeOptions): Promise<FsFile> => {
let filename;
let file: Blob;

console.log('getting file');
if (isFileNamed(input)) {
filename = input.name;
input = input.file;
Expand Down

0 comments on commit 798afb9

Please sign in to comment.