diff options
author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-09-22 03:16:29 -0400 |
---|---|---|
committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-09-22 03:16:29 -0400 |
commit | 780bfc84ab965abdae2e1bb1678db3ddbdb1453b (patch) | |
tree | a52cad403e92d94173e2dad8e0cfca30049c18f9 /src/client/util/reportManager/ReportManager.tsx | |
parent | 51d74db190ba898af9f62906ccfd1da097330fb4 (diff) |
remove prints
Diffstat (limited to 'src/client/util/reportManager/ReportManager.tsx')
-rw-r--r-- | src/client/util/reportManager/ReportManager.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/reportManager/ReportManager.tsx b/src/client/util/reportManager/ReportManager.tsx index e8c69f909..b25d51b41 100644 --- a/src/client/util/reportManager/ReportManager.tsx +++ b/src/client/util/reportManager/ReportManager.tsx @@ -126,7 +126,6 @@ export class ReportManager extends React.Component<{}> { let formattedLinks: string[] = []; if (this.formData.mediaFiles.length > 0) { const links = await uploadFilesToServer(this.formData.mediaFiles); - console.log('Links', links); if (links) { formattedLinks = links; } |