This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a commit to branch rabbitmq-fix
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git

commit b88d4627e5942aca3b6f15f135529e6a826306e5
Author: Eamon Ford <[email protected]>
AuthorDate: Tue Aug 4 16:15:35 2020 -0700

    undo
---
 granule_ingester/granule_ingester/main.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/granule_ingester/granule_ingester/main.py 
b/granule_ingester/granule_ingester/main.py
index ecc9d40..15390fd 100644
--- a/granule_ingester/granule_ingester/main.py
+++ b/granule_ingester/granule_ingester/main.py
@@ -113,8 +113,6 @@ async def main(loop):
     cassandra_password = args.cassandra_password
     cassandra_contact_points = args.cassandra_contact_points
     cassandra_port = args.cassandra_port
-    cassandra_username = args.cassandra_username
-    cassandra_password = args.cassandra_password
     solr_host_and_port = args.solr_host_and_port
     zk_host_and_port = args.zk_host_and_port
 

Reply via email to