Skip to content

Commit b3ec727

Browse files
committed
Remove redundant log message
1 parent 5c6338a commit b3ec727

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/renderer/backend/opengl/DriverGL.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
# define GL_COMPRESSED_RGBA_ASTC_4x4 0x93B0
5252
#endif
5353

54-
namespace ax {
55-
extern const char* axmolVersion();
56-
}
57-
5854
NS_AX_BACKEND_BEGIN
5955

6056
static inline uint32_t hashString(std::string_view str)
@@ -142,9 +138,6 @@ DriverGL::DriverGL()
142138
return;
143139
}
144140

145-
if (_version)
146-
AXLOGI("[{}] Ready for GLSL by {}", _version, axmolVersion());
147-
148141
// caps
149142
glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &_maxAttributes);
150143
glGetIntegerv(GL_MAX_TEXTURE_SIZE, &_maxTextureSize);

0 commit comments

Comments
 (0)