Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 634f431

Browse files
committed
remove debug log
1 parent 0ed85c2 commit 634f431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/ui/renderer/cmdbufferCanvas/rendering/canvas_shader_initializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Unity.UIWidgets.ui {
55
static partial class CanvasShader {
66
const bool enableComputeBuffer = true;
77

8-
const bool enableDebugLog = true;
8+
const bool enableDebugLog = false;
99

1010
public static bool supportComputeBuffer;
1111

0 commit comments

Comments
 (0)