Skip to content

Commit bb9e5cb

Browse files
committed
chore: remove the debug line in colvaratoms_gpu.cpp
1 parent 7bb8be8 commit bb9e5cb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/colvaratoms_gpu.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ int colvaratoms_gpu::add_apply_force_nodes(
690690
const cvm::atom_group* cpu_atoms, cudaGraph_t& graph,
691691
std::unordered_map<std::string, cudaGraphNode_t>& nodes_map,
692692
const std::vector<cudaGraphNode_t>& extra_initial_dependencies) {
693-
cvm::log("use_group_force = " + cvm::to_str((int)use_group_force) + " , use_apply_colvar_force = " + cvm::to_str((int)use_apply_colvar_force));
694693
int error_code = COLVARS_OK;
695694
if (cpu_atoms->b_dummy) return error_code;
696695
colvarproxy* p = cvm::main()->proxy;

0 commit comments

Comments
 (0)