From ee841c68fcba396e99296baa120cefe468fe754f Mon Sep 17 00:00:00 2001
From: jyotish <jyotish@aicrowd.com>
Date: Fri, 21 May 2021 20:59:36 +0000
Subject: [PATCH] Remove sleep for debugging

---
 run.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/run.sh b/run.sh
index 3f8f801..76852fd 100755
--- a/run.sh
+++ b/run.sh
@@ -1,5 +1,4 @@
 #!/bin/bash
 
-sleep 1000000
 python rollout.py
 
-- 
GitLab