remove commented out lines in comments test

This commit is contained in:
BryceLTaylor 2021-10-04 09:32:46 -04:00
parent 6571ddb34d
commit 2ada55b590

View file

@ -38,10 +38,6 @@ let projectComment = buildNumber + ' project';
let profileComment = buildNumber + ' profile';
let studioComment = buildNumber + ' studio';
// let projectReply = buildNumber + ' project reply';
// let profileReply = buildNumber + ' profile reply';
// let studioReply = buildNumber + ' studio reply';
if (remote) {
jest.setTimeout(60000);
} else {