From 006c23bec0288107ef044ccdc57dff6188484804 Mon Sep 17 00:00:00 2001
From: Dan Jones <dan.jones@noc.ac.uk>
Date: Mon, 14 Nov 2022 15:21:05 +0000
Subject: [PATCH] fix: remove accidentally committed rabbit log file

---
 .gitignore | 3 ++-
 rmq.log    | 4 ----
 2 files changed, 2 insertions(+), 5 deletions(-)
 delete mode 100644 rmq.log

diff --git a/.gitignore b/.gitignore
index 9638c16..98dca64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 clients.json
-examples/
\ No newline at end of file
+examples/
+rmq.log
\ No newline at end of file
diff --git a/rmq.log b/rmq.log
deleted file mode 100644
index d0a37c1..0000000
--- a/rmq.log
+++ /dev/null
@@ -1,4 +0,0 @@
- [*] Waiting for logs. To exit press CTRL+C
- [x] 'error':b'Run. Run. Or it will explode.'
- [*] Waiting for logs. To exit press CTRL+C
- [x] 'warning':b'Run. Run. Or it will explode.'
-- 
GitLab