Removed debugging comment

This commit is contained in:
Alessandro Ranellucci 2015-11-22 10:13:58 +01:00
parent ad4940a1d6
commit 017ed05911

View File

@ -289,7 +289,7 @@ sub new {
);
if (!$res || !$sender->wait_connected) {
Slic3r::GUI::show_error(undef, "Connection failed. Check serial port and speed.");
#return;
return;
}
my $dlg = Slic3r::GUI::Controller::ManualControlDialog->new
($self, $self->config, $sender);