Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale authored and smlpt committed May 22, 2024
1 parent 1a92faf commit c311c91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/sc/iview/SciView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ class SciView : SceneryBase, CalibratedRealInterval<CalibratedAxis> {
* @return a unique name based on [candidateName]
*/
fun generateUniqueName(candidateName: String): String {
println("generating a unique name $candidateName")
var uniqueName = candidateName
var counter = 1
val names = allSceneNodes.map { el -> el.name }
Expand Down

0 comments on commit c311c91

Please sign in to comment.