]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Remove debugging messages
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 10 Jan 2014 11:50:24 +0000 (12:50 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 10 Jan 2014 11:50:24 +0000 (12:50 +0100)
novaboot

index 1c3c402ec2abc5be44059c37704184917ad989fb..69631992326a312a110528251ff5c8c1288942da 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -779,7 +779,6 @@ if (defined $exp) {
            $in_object->set_group($exp);
 
            if ($interactive) {
-               $in_object->debug(1);
                $in_object->set_seq('~~\.', sub { print "novaboot: Escape sequence detected\r\n"; undef; });
                $in_object->manual_stty(0);       # Use raw terminal mode
            } else {