Commit 0892c03c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

remove debug output

parent 221291b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -202,7 +202,6 @@ sub set_traintype {

	for my $attr ( @{ $type_attributes{$tt}[$index] } ) {
		$self->{$attr} = 1;
		say "$index -> $attr";
	}
}