We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60e957 commit 0c54e2dCopy full SHA for 0c54e2d
src/pages/LoadingPage/LoadingPage.tsx
@@ -22,7 +22,6 @@ const LoadingPage = () => {
22
type: AppBridgeMessageType.RECEIVE_GENERATED_REVIEW,
23
payload: { result: String(generateReviewData) },
24
});
25
- alert("디버깅 메시지: generateReviewData" + generateReviewData);
26
27
if (generateReviewData.length > 0) {
28
navigateToReviewResult();
0 commit comments