Skip to content

Commit

Permalink
chore(graph): remove console logs (#13884)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Fulcher <philipfulcher@Philips-MacBook-Air.local>
  • Loading branch information
philipjfulcher and Philip Fulcher committed Dec 19, 2022
1 parent a049d6c commit fed3f90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion graph/ui-graph/src/lib/graph.ts
Expand Up @@ -62,7 +62,6 @@ export class GraphService {
}

broadcast(event: GraphInteractionEvents) {
console.log(event);
this.listeners.forEach((callback) => callback(event));
}

Expand Down
4 changes: 1 addition & 3 deletions graph/ui-graph/src/lib/util-cytoscape/project-node.ts
Expand Up @@ -24,9 +24,7 @@ export class ProjectNode {
constructor(
private project: ProjectGraphProjectNode,
private workspaceRoot: string
) {
console.log(this.project);
}
) {}

getCytoscapeNodeDef(
groupByFolder: boolean
Expand Down

1 comment on commit fed3f90

@vercel
Copy link

@vercel vercel bot commented on fed3f90 Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.