Skip to content

Commit df1c31b

Browse files
committed
Remove setting test to debug output
1 parent aa2e194 commit df1c31b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_primary_client.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ TEST_F(PrimaryClientTest, test_uninitialized_primary_client)
112112
int main(int argc, char* argv[])
113113
{
114114
::testing::InitGoogleTest(&argc, argv);
115-
urcl::setLogLevel(urcl::LogLevel::DEBUG);
116115

117116
return RUN_ALL_TESTS();
118117
}

0 commit comments

Comments
 (0)