Skip to content

Commit

Permalink
remove commented out unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Raney committed Jan 26, 2022
1 parent a7f45ea commit 9df9120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const ReactApp: React.FC<ReactAppProps> = ({ close, docManager }) => {
const SERVER_ROOT_URI = BASE_URL + `${BACKEND_PREFIX}/root_directory`;
const OAUTH_URI = BASE_URL + `${BACKEND_PREFIX}/oauth`;

// const SERVER_ROOT = configData["serverRoot"];
const server_root_res = await fetch(SERVER_ROOT_URI);
const SERVER_ROOT: IServerRootDirectory = await server_root_res.json();

Expand Down

0 comments on commit 9df9120

Please sign in to comment.