mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
remove accidental debug messages
This commit is contained in:
parent
b025bfd79c
commit
4f9c62a0d6
@ -42,22 +42,13 @@ static void
|
||||
bind_anims(const PartNodes &parts, const AnimNodes &anims,
|
||||
AnimControlCollection &controls,
|
||||
int hierarchy_match_flags) {
|
||||
if (chan_cat.is_debug()) {
|
||||
chan_cat.debug() << "bind_anims\n";
|
||||
}
|
||||
PartNodes::const_iterator pni;
|
||||
|
||||
for (pni = parts.begin(); pni != parts.end(); ++pni) {
|
||||
PartBundle *part = (*pni)->get_bundle();
|
||||
if (chan_cat.is_debug()) {
|
||||
chan_cat.debug() << "got part " << *part << "\n";
|
||||
}
|
||||
AnimNodes::const_iterator ani;
|
||||
for (ani = anims.begin(); ani != anims.end(); ++ani) {
|
||||
AnimBundle *anim = (*ani)->get_bundle();
|
||||
if (chan_cat.is_debug()) {
|
||||
chan_cat.debug() << "got anim " << *anim << "\n";
|
||||
}
|
||||
if (chan_cat.is_info()) {
|
||||
chan_cat.info()
|
||||
<< "Attempting to bind " << *part << " to " << *anim << "\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user