dev: remove breakpoint (#1546)

This commit is contained in:
ggurdin 2025-01-22 17:23:29 -05:00 committed by GitHub
parent 39e35b673e
commit ef57211441
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -173,7 +173,6 @@ class ActivityRecordResponse {
) {
if (practiceActivity.tgtConstructs.isEmpty ||
practiceActivity.targetTokens == null) {
debugger();
return [];
}