Skip to content

Commit 2955b22

Browse files
committed
Remove redundant error logging in create-a-print-job action for cleaner error handling
1 parent 350bd30 commit 2955b22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/intelliprint/actions/create-a-print-job/create-a-print-job.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ export default {
245245
$.export("$summary", `Successfully created print job with ID: ${response.id}`);
246246
return response;
247247
} catch (error) {
248-
console.log("error: ", error);
249-
250248
throw new ConfigurationError(`Error creating print job: ${error.response.data.error.message}`);
251249
}
252250
},

0 commit comments

Comments
 (0)