Skip to content

Commit

Permalink
removed leftover comments
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 14, 2024
1 parent faf74d5 commit 79014d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import com.google.protobuf.Descriptors;
import com.hedera.block.server.config.BlockNodeContext;
// import com.hedera.block.server.config.BlockNodeContextFactory;
import com.hedera.block.server.data.ObjectEvent;
import com.hedera.block.server.mediator.StreamMediator;
import com.hedera.block.server.persistence.storage.PersistenceStorageConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ public class BlockAsDirReaderTest {
private final System.Logger LOGGER = System.getLogger(getClass().getName());

private static final String TEMP_DIR = "block-node-unit-test-dir";
// private static final String JUNIT = "my-junit-test";

private Path testPath;
// private Config testConfig;

private BlockNodeContext blockNodeContext;
private PersistenceStorageConfig config;

Expand Down

0 comments on commit 79014d2

Please sign in to comment.