Skip to content

Commit

Permalink
chore(app): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Flofie committed Feb 19, 2024
1 parent 1857da7 commit 0479223
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/temporal/src/workflows/importer.workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ export async function importer(params: ImporterWorkflowParams) {
}
);
setHandler(columnValidationUpdate, (params) => {
console.log("columnValidationUpdate", params);
columnConfig = columnConfig.map((column) => {
if (column.key === params.columnConfigKey) {
return {
Expand Down

0 comments on commit 0479223

Please sign in to comment.