Skip to content

Commit

Permalink
dont log the whole gl extension string
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Jun 14, 2024
1 parent ffce6bd commit f4f1b29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ bool DevTools::hasExtension(const std::string& ext) const {
}

std::string extsStr(exts);
log::debug("{}", extsStr);
return extsStr.find(ext) != std::string::npos;
}

Expand Down

0 comments on commit f4f1b29

Please # to comment.