Merge "ApprovedRpt.java-remove the block of comments"
authorJonathan Gathman <jonathan.gathman@att.com>
Tue, 3 Dec 2019 16:24:46 +0000 (16:24 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 3 Dec 2019 16:24:46 +0000 (16:24 +0000)
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java

index a6c49f0..408a17b 100644 (file)
@@ -63,13 +63,6 @@ public class ApprovedRpt extends Batch {
 
         TimeTaken tt0 = trans.start("Cassandra Initialization", Env.SUB);
         try {
-//            TimeTaken tt = trans.start("Connect to Cluster", Env.REMOTE);
-//            try {
-//                session = cluster.connect();
-//            } finally {
-//                tt.done();
-//            }
-
             now = new Date();
             String sdate = Chrono.dateOnlyStamp(now);
             File file = new File(logDir(),APPR_RPT + sdate +CSV);