mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
fix: removed warn debug message
This commit is contained in:
parent
d833cff50c
commit
9640cdf92a
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ impl DrawInfo {
|
|||
}
|
||||
}
|
||||
self.num_indices = index_data.len() as u32;
|
||||
warn!("indices: {}", index_data.len());
|
||||
self.index_data = index_data;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue