Skip to content

Commit

Permalink
reduce logs and clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos committed Apr 11, 2024
1 parent 7f2f879 commit e7663c3
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 2,138 deletions.
25 changes: 0 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ members = [
"devtools/aptos-cargo-cli",
"dkg",
"ecosystem/indexer-grpc/indexer-grpc-cache-worker",
"ecosystem/indexer-grpc/indexer-grpc-data-access",
"ecosystem/indexer-grpc/indexer-grpc-data-service",
"ecosystem/indexer-grpc/indexer-grpc-file-store",
"ecosystem/indexer-grpc/indexer-grpc-fullnode",
Expand Down Expand Up @@ -342,7 +341,6 @@ aptos-id-generator = { path = "crates/aptos-id-generator" }
aptos-indexer = { path = "crates/indexer" }
aptos-indexer-grpc-cache-worker = { path = "ecosystem/indexer-grpc/indexer-grpc-cache-worker" }
aptos-indexer-grpc-data-service = { path = "ecosystem/indexer-grpc/indexer-grpc-data-service" }
aptos-indexer-grpc-data-access = { path = "ecosystem/indexer-grpc/indexer-grpc-data-access" }
aptos-indexer-grpc-file-store = { path = "ecosystem/indexer-grpc/indexer-grpc-file-store" }
aptos-indexer-grpc-fullnode = { path = "ecosystem/indexer-grpc/indexer-grpc-fullnode" }
aptos-indexer-grpc-table-info = { path = "ecosystem/indexer-grpc/indexer-grpc-table-info" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,6 @@ async fn process_streaming_response(
}
// Cleanup.
tasks_to_run = vec![];
info!(
start_version = start_version,
num_of_transactions = num_of_transactions,
"[Indexer Cache] End signal received for current batch.",
);
if current_version != start_version + num_of_transactions {
error!(
current_version = current_version,
Expand Down
34 changes: 0 additions & 34 deletions ecosystem/indexer-grpc/indexer-grpc-data-access/Cargo.toml

This file was deleted.

This file was deleted.

Loading

0 comments on commit e7663c3

Please sign in to comment.