X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fview.cpp;h=4bbe5f07cc7db26f3e16290dfc3b31e0fcb72fa1;hp=496b3b02938b7b8d34eb8d2df2471bcbc3d20d5d;hb=208cee1f6967db42329a3e665401ef51b3f6d9ff;hpb=993c6ac64d6176f1c3bc71e0fadcc4ed35f4e494 diff --git a/src/view.cpp b/src/view.cpp index 496b3b0..4bbe5f0 100644 --- a/src/view.cpp +++ b/src/view.cpp @@ -330,7 +330,7 @@ void View::PrepareRender() m_object_renderers.at(type)->AddObjectToBuffers(id); // Use at() in case the document is corrupt TODO: Better error handling? // (Also, Wow I just actually used std::vector::at()) // (Also, I just managed to make it throw an exception because I'm a moron) - Debug("Object of type %d", type); + //Debug("Object of type %d", type); } // Finish the buffers