Remove some logs

This commit is contained in:
2026-07-13 10:29:02 +08:00
parent 942ffd1635
commit e881bb049f
+2 -2
View File
@@ -585,8 +585,8 @@ bool RenderWorkerPool::PrepareJob(RenderTicketPtr ticket,
auto it = graph_cache_.find(project_uuid);
if (it != graph_cache_.end() && !project->is_modified()) {
graph_path = it->path;
qDebug() << "RenderWorkerPool::PrepareJob: using cached graph snapshot"
<< graph_path;
//qDebug() << "RenderWorkerPool::PrepareJob: using cached graph snapshot"
// << graph_path;
} else {
if (it != graph_cache_.end()) {
qDebug() << "RenderWorkerPool::PrepareJob: graph stale, rewriting"