Skip to content

Commit

Permalink
No need over debugging that anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mwl committed Jan 29, 2016
1 parent 61825da commit c1b23fa
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ public class LogstashSchedulerContainer extends AbstractContainer {
private final Optional<String> mesosRole;
private boolean useDocker = true;

@Override
public void start(int timeout) {
super.start(timeout);
System.out.println("LogstashSchedulerContainer.start");
}

public LogstashSchedulerContainer(DockerClient dockerClient, String zookeeperIpAddress, String mesosRole, String elasticsearchUrl) {
super(dockerClient);
this.zookeeperIpAddress = zookeeperIpAddress;
Expand Down

0 comments on commit c1b23fa

Please sign in to comment.