Skip to content

Commit 8c4a191

Browse files
authored
rm bug notification (#864)
2 parents 360eb9a + a372bf3 commit 8c4a191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/db/src/study/SessionController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export class SessionController extends Loggable {
245245
for (let i = 0; i < newContent.length; i++) {
246246
if (newContent[i].length > 0) {
247247
const item = newContent[i].splice(0, 1)[0];
248-
this.log(`Adding new card: ${item.courseID}-${item.cardID}`); // revealed bug here w/ new prefixes. osbserved log "Adding new card: 5e627b7f630998243834152aa00920f5-c"
248+
this.log(`Adding new card: ${item.courseID}::${item.cardID}`);
249249
this.newQ.add(item);
250250
n--;
251251
}

0 commit comments

Comments
 (0)