From e696bc6f0dbe66cdeb9ba7e548c2d3dc42b54d6b Mon Sep 17 00:00:00 2001
From: meyer <meyer@astron.nl>
Date: Fri, 20 Nov 2020 16:54:03 +0100
Subject: [PATCH] removed log for date and unused import

---
 src/components/Interactive.js | 1 -
 src/contexts/GlobalContext.js | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/components/Interactive.js b/src/components/Interactive.js
index c145422..82cec6b 100644
--- a/src/components/Interactive.js
+++ b/src/components/Interactive.js
@@ -1,7 +1,6 @@
 import React, { useContext } from "react";
 import { Button, Form, Container } from "react-bootstrap";
 import { IDAContext } from "../contexts/IDAContext";
-import { useHistory } from "react-router-dom";
 
 export default function Interactive() {
   const { jhubURL, setJhubURL } = useContext(IDAContext);
diff --git a/src/contexts/GlobalContext.js b/src/contexts/GlobalContext.js
index f0c962c..c66815d 100644
--- a/src/contexts/GlobalContext.js
+++ b/src/contexts/GlobalContext.js
@@ -7,7 +7,6 @@ export const GlobalContext = createContext();
 
 export function GlobalContextProvider({ children }) {
   
-  console.log("ASTRON ESAP version 19 nov 2020 - 16:00");
   const api_host =
     process.env.NODE_ENV === "development"
       ? "https://sdc.astron.nl:5555/esap-api/"
-- 
GitLab