Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d95c322a authored by Iliyan Malchev's avatar Iliyan Malchev
Browse files

libagl: silence a LOGD

parent 964d9430
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -423,7 +423,8 @@ static bool copybit(GLint x, GLint y,
                        COPYBIT_ENABLE : COPYBIT_DISABLE);
        clipRectRegion it(c);

        LOGD("dst={%d, %d, %d, %p, %p}, "
        LOGD_IF(0,
             "dst={%d, %d, %d, %p, %p}, "
             "src={%d, %d, %d, %p, %p}, "
             "drect={%d,%d,%d,%d}, "
             "srect={%d,%d,%d,%d}, "