Skip to content

Commit 09fcf78

Browse files
committed
cleanup
1 parent 7816b1b commit 09fcf78

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

export/include/fmu4cpp/logger.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace fmu4cpp {
1717
}
1818

1919
// Logs a message.
20-
virtual void log(fmiStatus s, const std::string &message) {
20+
void log(fmiStatus s, const std::string &message) {
2121
if (debugLogging_) {
2222
debugLog(s, message);
2323
}

export/src/fmu4cpp/fmi3.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ fmi3Status fmi3EnterInitializationMode(fmi3Instance c,
185185
fmi3Boolean stopTimeDefined,
186186
fmi3Float64 stopTime) {
187187

188-
std::cout << "nils" << std::endl;
189-
190188
std::optional<double> stop;
191189
std::optional<double> tol;
192190

0 commit comments

Comments
 (0)