Skip to content

Commit 27f5763

Browse files
Merge branch 'development'
2 parents baf7c2e + 41546eb commit 27f5763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/lib/main.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ class _HomeScreenState extends State<HomeScreen> {
7373

7474
// Handel when the feedback submission is started
7575
onFeedbackSubmissionStarted: () {
76-
print('Feedback Submission Started');
76+
//print('Feedback Submission Started');
7777
},
7878

7979
// Handel when feedback submission is completed.
8080
onFeedbackSubmitted: (bool result) {
8181
if (result) {
82-
print('Feedback Submitted Successfully');
82+
//print('Feedback Submitted Successfully');
8383
} else {
84-
print('Error in submitting the Feedback');
84+
//print('Error in submitting the Feedback');
8585
}
8686
},
8787
),

0 commit comments

Comments
 (0)