Skip to content

Commit

Permalink
[HOPS-1516] remove prints to out
Browse files Browse the repository at this point in the history
  • Loading branch information
berthoug committed Oct 2, 2019
1 parent 698399d commit abe7b8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/hops/StorageConnector.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ public boolean formatStorage(Class<? extends EntityDataAccess>... das)
public void setPartitionKey(Class className, Object key)
throws StorageException;

public void dropAndRecreateDB() throws StorageException;

public void flush() throws StorageException;

public String getClusterConnectString();
Expand Down

0 comments on commit abe7b8c

Please sign in to comment.