From ea8febe3b21e874140fba444f10b795605939924 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 27 Sep 2021 14:07:42 +0000
Subject: [PATCH] Remove trace of debugging/development code

---
 docker-compose/unb2-sim/Dockerfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docker-compose/unb2-sim/Dockerfile b/docker-compose/unb2-sim/Dockerfile
index 4a6b1acfc..cbb4ce801 100644
--- a/docker-compose/unb2-sim/Dockerfile
+++ b/docker-compose/unb2-sim/Dockerfile
@@ -2,8 +2,6 @@ FROM ubuntu:20.04
 
 COPY requirements.txt /requirements.txt
 
-ENV A = A
-
 RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && \
     pip3 install -r requirements.txt && \
     git clone --depth 1 --branch master https://git.astron.nl/lofar2.0/pypcc
-- 
GitLab