mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-07 05:18:02 +02:00
remove log
This commit is contained in:
parent
2eef5d41d5
commit
90f073a981
1 changed files with 0 additions and 1 deletions
|
|
@ -248,7 +248,6 @@ bool CAsyncResourceManager::request(ResourceID id, const AWP<IWidget>& widget) {
|
|||
if (m_assets[id].texture) {
|
||||
// Asset already present. Dispatch the asset callback function.
|
||||
const auto& TEXTURE = m_assets[id].texture;
|
||||
Debug::log(LOG, "onAssetUpdate {}", id);
|
||||
if (widget)
|
||||
widget->onAssetUpdate(id, TEXTURE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue