Skip to content

Commit 2653d68

Browse files
committed
Remove iostream include and velocity debug output
Removed unnecessary iostream include and debug output.
1 parent 530a502 commit 2653d68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

metatomic-torch/src/outputs.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include <sstream>
55
#include <string>
66
#include <vector>
7-
#include <iostream>
87

98
#include <torch/script.h>
109
#include <metatensor/torch.hpp>
@@ -553,7 +552,6 @@ void metatomic_torch::check_outputs(
553552
} else if (base == "masses") {
554553
check_masses(value, systems, request);
555554
} else if (base == "velocities") {
556-
std::cout << "checking velocities" << std::endl;
557555
check_velocities(value, systems, request);
558556
} else if (name.find("::") != std::string::npos) {
559557
// this is a non-standard output, there is nothing to check

0 commit comments

Comments
 (0)