Skip to content

Commit 7d239f9

Browse files
fix: remove print
1 parent cf5bb81 commit 7d239f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

example/integration_test/user_property_save_tests/sessionCallsTriggersSave_M_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ void main() {
2828

2929
// Get request queue from native side
3030
List<Map<String, List<String>>> requestList = (await getRequestQueue()).map((e) => Uri.parse("?" + e).queryParametersAll).toList();
31-
for (var req in requestList) {
32-
print(req);
33-
}
3431

3532
// Currently
3633
// 0- user properties: beforeBeginSession

0 commit comments

Comments
 (0)