Skip to content

Commit

Permalink
Debug用のconsole.log()をコメントアウト
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Nov 10, 2024
1 parent 69e618b commit 215e680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/network/template/template_network_phenotype.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function calculateConnectedComponents() {
});

// 結果をログに出力(デバッグ用)
console.log('Connected Components (Formatted):', connected_component);
// console.log('Connected Components (Formatted):', connected_component);

// 必要に応じて connected_component を他の場所で利用可能にする
return connected_component;
Expand Down

0 comments on commit 215e680

Please sign in to comment.