Skip to content

Commit

Permalink
Remove Debug Code
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMa0012 committed Oct 18, 2024
1 parent 0ab60b4 commit ee69fe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,6 @@ private void InitCurveEditor(bool force = false)
_curveEditor.curvesUpdated = () =>
{
_curveEditorContextMenuChanged = true;
Debug.Log(111111111);
};

SyncCurveEditorRect();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.jasonma.lwgui",
"version": "1.19.2",
"version": "1.19.3",
"displayName": "LWGUI",
"description": "A Lightweight, Flexible, Powerful Shader GUI System for Unity.",
"keywords": [
Expand Down

0 comments on commit ee69fe7

Please sign in to comment.