Skip to content

Commit

Permalink
Merge pull request #688 from akto-api-security/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
avneesh-akto authored Apr 21, 2023
2 parents 90d93f1 + f389bdb commit dbfcf06
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,6 @@ public void buildFromDB(boolean calcDiff, boolean fetchAllSTI) {
}

private static void buildHelper(SingleTypeInfo param, Map<Integer, APICatalog> ret) {
loggerMaker.infoAndAddToDb("Build helper start", LogDb.RUNTIME);
String url = param.getUrl();
int collId = param.getApiCollectionId();
APICatalog catalog = ret.get(collId);
Expand Down Expand Up @@ -1355,7 +1354,6 @@ private static void buildHelper(SingleTypeInfo param, Map<Integer, APICatalog> r
}

keyTypes.getOccurrences().put(param.getSubType(), param);
loggerMaker.infoAndAddToDb("Build helper end", LogDb.RUNTIME);
}


Expand Down

0 comments on commit dbfcf06

Please sign in to comment.