Skip to content

Commit

Permalink
made a function quiet as it was complaining on load
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Oct 31, 2024
1 parent d8195dc commit 594ebb8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/LogicalGraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,6 @@ export class LogicalGraph {
}
}

if(requestedGraphConfig === null){
console.warn('could not find a graph config using the requested id; ',requestedConifgId)
}

return requestedGraphConfig
}

Expand Down

0 comments on commit 594ebb8

Please sign in to comment.