Skip to content

Commit 9350f62

Browse files
committed
Removed unnecessary print statements
1 parent 5ef1ec8 commit 9350f62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/devices/FT232H-BME688/FT232H_i2c.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
FT232H_I2C::FT232H_I2C(unsigned int i2cChannel)
55
{
66
Init_libMPSSE();
7-
printVersionCheck();
87
DWORD channels;
9-
std::cout << "about to call get channels" << std::endl;
108
I2C_GetNumChannels(&channels);
119

1210
ChannelConfig channelConf;

0 commit comments

Comments
 (0)