Skip to content
Snippets Groups Projects
Commit e696bc6f authored by Zheng Meyer's avatar Zheng Meyer
Browse files

removed log for date and unused import

parent 791ef4e5
No related branches found
No related tags found
1 merge request!8Esap gui dev
Pipeline #5958 passed
import React, { useContext } from "react"; import React, { useContext } from "react";
import { Button, Form, Container } from "react-bootstrap"; import { Button, Form, Container } from "react-bootstrap";
import { IDAContext } from "../contexts/IDAContext"; import { IDAContext } from "../contexts/IDAContext";
import { useHistory } from "react-router-dom";
export default function Interactive() { export default function Interactive() {
const { jhubURL, setJhubURL } = useContext(IDAContext); const { jhubURL, setJhubURL } = useContext(IDAContext);
......
...@@ -7,7 +7,6 @@ export const GlobalContext = createContext(); ...@@ -7,7 +7,6 @@ export const GlobalContext = createContext();
export function GlobalContextProvider({ children }) { export function GlobalContextProvider({ children }) {
console.log("ASTRON ESAP version 19 nov 2020 - 16:00");
const api_host = const api_host =
process.env.NODE_ENV === "development" process.env.NODE_ENV === "development"
? "https://sdc.astron.nl:5555/esap-api/" ? "https://sdc.astron.nl:5555/esap-api/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment