Skip to content

Commit

Permalink
Merge pull request #67 from JasonMa0012/2.x
Browse files Browse the repository at this point in the history
Remove Debug Code
  • Loading branch information
JasonMa0012 authored Oct 18, 2024
2 parents 0dd38df + ee69fe7 commit 81990ce
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 81990ce

Please sign in to comment.