Skip to content

Commit

Permalink
Update: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 12, 2024
1 parent 7c904ea commit 956fd9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Resources/Private/Editor/ColorPicker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ function Editor(props) {
// Load options from data source
dataSourcesDataLoader.resolveValue(getDataLoaderOptionsForProps(props), value).then((values: any) => {
setIsLoading(false);
console.log({ values }, { ...mergedOptions, ...values });
setOptions({ ...mergedOptions, ...values });
});
}, [dataSourceIdentifier, dataSourceUri, dataSourceAdditionalData]);
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Plugin.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/Public/Plugin.js.map

Large diffs are not rendered by default.

0 comments on commit 956fd9c

Please sign in to comment.