X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fexhibit.cc;h=b8d44cc3bfaaaed6218f18862b2b66702418fe27;hp=c525f77f144bf9d44f3c5f1cc730717fccb41b62;hb=ebbb52cd0de8e27817a0770bd7bdb48a58348a02;hpb=03085a16aa2fef785083fa3921be83015e08b290 diff --git a/src/exhibit.cc b/src/exhibit.cc index c525f77..b8d44cc 100644 --- a/src/exhibit.cc +++ b/src/exhibit.cc @@ -95,8 +95,6 @@ void Exhibit::post_draw() const glPopMatrix(); const AABox &bvol = get_aabox(); - debug_log("bvol (%g %g %g) -> (%g %g %g)\n", bvol.min.x, bvol.min.y, bvol.min.z, - bvol.max.x, bvol.max.y, bvol.max.z); draw_geom_object(&bvol); } }