Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Sep 16, 2024
1 parent 2de9dc8 commit ca9ff4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@ourworldindata/grapher/src/core/Grapher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,10 @@ export class Grapher
// Regression fix: some legacies have this set to Null. Todo: clean DB.
if (obj.originUrl === null) this.originUrl = ""

console.group()

Check warning on line 562 in packages/@ourworldindata/grapher/src/core/Grapher.tsx

View workflow job for this annotation

GitHub Actions / eslint

Unexpected console statement

Check warning on line 562 in packages/@ourworldindata/grapher/src/core/Grapher.tsx

View workflow job for this annotation

GitHub Actions / eslint

Unexpected console statement
console.log("current selection", this.selection.selectedEntityNames)

Check warning on line 563 in packages/@ourworldindata/grapher/src/core/Grapher.tsx

View workflow job for this annotation

GitHub Actions / eslint

Unexpected console statement

Check warning on line 563 in packages/@ourworldindata/grapher/src/core/Grapher.tsx

View workflow job for this annotation

GitHub Actions / eslint

Unexpected console statement
console.log("obj.selectedEntityNames", obj.selectedEntityNames)

Check warning on line 564 in packages/@ourworldindata/grapher/src/core/Grapher.tsx

View workflow job for this annotation

GitHub Actions / eslint

Unexpected console statement

Check warning on line 564 in packages/@ourworldindata/grapher/src/core/Grapher.tsx

View workflow job for this annotation

GitHub Actions / eslint

Unexpected console statement
console.groupEnd()

Check warning on line 565 in packages/@ourworldindata/grapher/src/core/Grapher.tsx

View workflow job for this annotation

GitHub Actions / eslint

Unexpected console statement

Check warning on line 565 in packages/@ourworldindata/grapher/src/core/Grapher.tsx

View workflow job for this annotation

GitHub Actions / eslint

Unexpected console statement
// // update selection
// if (obj.selectedEntityNames)
// this.selection.setSelectedEntities(obj.selectedEntityNames)
Expand Down

0 comments on commit ca9ff4a

Please sign in to comment.