Skip to content

Commit

Permalink
[driver/labjack] remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
Lham42 committed Nov 6, 2024
1 parent fd5a1f5 commit a87994c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion driver/labjack/writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ struct WriterConfig {
}
channel.data_type = channel_info.data_type;
channels.emplace_back(channel);
LOG(INFO) << "Channel data type: " << channel_info.data_type.value;

/// digital outputs start active high
double initial_val = 0.0;
Expand Down

0 comments on commit a87994c

Please sign in to comment.