Notify.java -remove the commented block of code
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / batch / reports / Notify.java
index a040804..5ad6163 100644 (file)
@@ -309,8 +309,6 @@ import org.onap.aaf.misc.env.util.Chrono;
                         rs.row("appr", id,p.qty(),batchEnv);
                         npab.store(rs.asList());
                         if(notify(noAvg, npab)>0) {
-                            // Update
-//                            lastN.update(cbl.inc(),key,"pending","");
                             npab.record(trans,cbl.inc(), id, idList, lastN);
                             npab.inc();
                         }