Skip to content
Snippets Groups Projects
Commit 1c349ca0 authored by micah's avatar micah :speech_balloon:
Browse files

Removed some unnecessary comments

parent 06b65414
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,6 @@ makecd_wizard() {
[ $? = 1 ] && return
burnertype="burnertype = $REPLY"
#checkBox "makecd action wizard" "check options" \
# "isoonly" "only create iso image do not burn" yes
#status=$?
#[ $status = 1 ] && return;
#isoonly="isoonly = $REPLY"
booleanBox "$wizardname" "Make iso image only? or burn"
if [ $? = 0 ]; then
isoonly="isoonly = yes"
......
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