Skip to content

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
lluchs committed Apr 8, 2017
1 parent 85f0494 commit e995bda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mapgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ impl<'a> MapGenHandle<'a> {
((color >> 8) & 0xff) as u8,
(color & 0xff) as u8] }
} else {
println!("no texture name for {}", mat_idx);
// This really shouldn't happen and I think mape doesn't even handle this case.
SKY
}
Expand Down

0 comments on commit e995bda

Please sign in to comment.