Skip to content
Snippets Groups Projects
Commit 3319bf5e authored by Matthew Webster's avatar Matthew Webster
Browse files

removed debug message

parent 41f82059
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,6 @@ proc fdt:dialog { w tclstartupfile } {
FileEntry $w.data.seed.ssf.reference -textvariable probtrack(reference) -label "Seed reference image:" -title "Choose reference image" -filetypes IMAGE
pack $w.data.seed.ssf.ssd -side top -anchor nw
if { [ file exists ${FSLDIR}/bin/reord_OM ] } {
puts "here"
frame $w.data.seed.bcf
checkbutton $w.data.seed.bcf.bc -text "Blind Classification:" -variable probtrack(bcyn) -command " pack forget $w.data.seed.bcf.w ; if { \$probtrack(bcyn) } { pack $w.data.seed.bcf.w -side left} ; $w.probtrack compute_size"
set probtrack(scale) 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment