aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/reportManager/ReportManager.tsx
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2023-09-22 03:16:29 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2023-09-22 03:16:29 -0400
commit780bfc84ab965abdae2e1bb1678db3ddbdb1453b (patch)
treea52cad403e92d94173e2dad8e0cfca30049c18f9 /src/client/util/reportManager/ReportManager.tsx
parent51d74db190ba898af9f62906ccfd1da097330fb4 (diff)
remove prints
Diffstat (limited to 'src/client/util/reportManager/ReportManager.tsx')
-rw-r--r--src/client/util/reportManager/ReportManager.tsx1
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;
}