Skip to content

Commit

Permalink
console logs for bug finding
Browse files Browse the repository at this point in the history
  • Loading branch information
catsmith committed Apr 24, 2024
1 parent 6825c14 commit de4c7a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/CE_core/js/subreadings.js
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,9 @@ var SR = (function () {
if (subreadings[type][i].witnesses.indexOf(witness) === -1) {
subreadings[type][i].witnesses.push(witness);
for (let j = 0; j < subreadings[type][i].text.length; j += 1) {
console.log(j)

Check failure on line 621 in static/CE_core/js/subreadings.js

View workflow job for this annotation

GitHub Actions / lint

Missing semicolon
subreadings[type][i].text[j].reading.push(witness);
console.log(JSON.parse(JSON.stringify(target.text)))

Check failure on line 623 in static/CE_core/js/subreadings.js

View workflow job for this annotation

GitHub Actions / lint

Missing semicolon
subreadings[type][i].text[j][witness] = target.text[j][witness];
if (Object.prototype.hasOwnProperty.call(options, 'standoff') && options.standoff === true) {
subreadings[type][i].text[j][witness]['interface'] = target.text[j]['interface'];
Expand Down

0 comments on commit de4c7a5

Please sign in to comment.