Skip to content

Commit

Permalink
Remove Console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Mar 26, 2024
1 parent afc43b9 commit 48de8d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constants/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ return {
/**
* ECharts Initial Visual Function
*/
const VISUAL_EDITOR_CODE = `console.log(context);
return {
const VISUAL_EDITOR_CODE = `return {
dataset: context.editor.dataset,
series: context.editor.series,
xAxis: {
Expand Down

0 comments on commit 48de8d5

Please sign in to comment.