From 3cdb72716ed161f1e421e1bf4a2f8f009e221e00 Mon Sep 17 00:00:00 2001 From: Sophie Zhang Date: Tue, 18 Jul 2023 15:05:29 -0400 Subject: . --- src/client/util/reportManager/ReportManager.tsx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'src/client/util/reportManager') diff --git a/src/client/util/reportManager/ReportManager.tsx b/src/client/util/reportManager/ReportManager.tsx index 7599b8949..e15d3fdae 100644 --- a/src/client/util/reportManager/ReportManager.tsx +++ b/src/client/util/reportManager/ReportManager.tsx @@ -165,22 +165,6 @@ export class ReportManager extends React.Component<{}> { } this.setSubmitting(true); - const body = { - email: 'aaa@gmail.com', - password: '1234', - }; - - //s%3A7pO_IijgvVbSaI3m2Tn6un4oQPHQYTBe.CsIRpBpvzy1AXbyQNXDz%2FCpo4M9A47aw%2F%2BQbCp9lXmc - - const res = await fetch('http://10.38.71.246:1050/headlesslogin', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - }, - body: JSON.stringify(body), - }); - - console.log(res); const links = await this.uploadFilesToServer(); console.log(links); if (!links) { @@ -565,6 +549,7 @@ export class ReportManager extends React.Component<{}> {