Skip to content

Commit

Permalink
#25 disabling scope graph for now as it's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed May 15, 2024
1 parent 7938a92 commit c41c5d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/smokelabs/atc/scope/ScopeGraph.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public class ScopeGraph {
* Constructor. Set up our scope graph.
*/
private ScopeGraph() {
log.info("initializing the scope graph");
// log.info("initializing the scope graph");
log.info("scope graph has not been implemented yet, ignoring");
}

/**
Expand Down

0 comments on commit c41c5d7

Please sign in to comment.