]> Dogcows Code - chaz/yoink/blobdiff - src/moof/mesh.cc
testing improved runloop scheduling
[chaz/yoink] / src / moof / mesh.cc
index 023138b6df39fa8a79aa8f043b62bc5a5a58f5ea..e380adfd19d6eb2ea9e9bc2bc9799eb0c2bf8362 100644 (file)
@@ -356,25 +356,8 @@ void mesh::import(std::istream& stream)
                                obj = obj->parent.lock();
                        }
                }
-               else
-               {
-                       log_warning("UNKNOWN ATOM:", atom);
-               }
        }
        while (stream);
-
-       std::vector<object_ptr>::iterator meh;
-       for (meh = objects_.begin(); meh != objects_.end(); ++meh)
-       {
-               object_ptr cow = *meh;
-               log_info("OBJ: -", cow->name, cow->kids.size());
-
-               std::vector<object_ptr>::iterator foo;
-               for (foo = cow->kids.begin(); foo != cow->kids.end(); ++foo)
-               {
-                       log_info("OBJ:   -", (*foo)->name, (*foo)->kids.size());
-               }
-       }
 }
 
 //unsigned mesh::read_vertex_line(std::istream& stream)
This page took 0.018321 seconds and 4 git commands to generate.