Skip to content

Commit

Permalink
removing unecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldoglas committed Sep 12, 2023
1 parent a39254b commit dc0732d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/clustertest/BedrockClusterTester.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ ClusterTester<T>::ClusterTester(ClusterSize size,
STHROW("Couldn't get CWD");
}
if (SFileExists(string(cwd) + "/testplugin/testplugin.so") && !SContains(pluginsToLoad, "testplugin")) {
SINFO("LOADING TESTPLUGIN");
pluginsToLoad += pluginsToLoad.size() ? "," : "";
pluginsToLoad += string(cwd) + "/testplugin/testplugin.so";
}
Expand Down

0 comments on commit dc0732d

Please sign in to comment.