Skip to content

Commit

Permalink
Merge pull request #368 from shesha-io/clean-console-logs
Browse files Browse the repository at this point in the history
chore: removed unused console logs in the StatusTagComponent
  • Loading branch information
Lukeybooi committed Jul 14, 2023
2 parents aca9eb0 + 5f722a3 commit a695684
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ const StatusTagComponent: IToolboxComponent<IStatusTagProps> = {
const { globalState } = useGlobalState();
const { data } = useFormData();

console.log('LOG:: StatusTagComponent data', data);
console.log('LOG:: StatusTagComponent globalState', globalState);
console.log('LOG:: StatusTagComponent formMode', formMode);
console.log('LOG:: StatusTagComponent model', model);

const getExpressionExecutor = (expression: string) => {
if (!expression) {
return null;
Expand Down

0 comments on commit a695684

Please sign in to comment.