Improve Upload Batch
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / batch / update / Remove.java
index 51cfed0..b6b16fe 100644 (file)
@@ -124,7 +124,6 @@ public class Remove extends Batch {
                                        CSV removeCSV = new CSV(env.access(),f);
                                        try {
                                                removeCSV.visit( row -> {
-                                                       cbl.preLoop();
                                                        switch(row.get(0)) {
                                                                case "info":
                                                                        switch(row.get(1)) {