Skip to content

Commit 45b7547

Browse files
author
Alvaro Muñoz
committed
chore: clean up partial.ql debug query
1 parent 0211902 commit 45b7547

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ql/src/Debug/partial.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ import PartialFlow::PartialPathGraph
1818
private module MyConfig implements DataFlow::ConfigSig {
1919
predicate isSource(DataFlow::Node source) {
2020
source instanceof RemoteFlowSource and
21-
//source.getLocation().getFile().getBaseName() = "non-existant-test.yml"
22-
source.getLocation().getFile().getBaseName() = "test16.yml" and
23-
source.getLocation().getStartLine() = 125
21+
source.getLocation().getFile().getBaseName() = "non-existant-test.yml"
2422
}
2523

2624
predicate isSink(DataFlow::Node sink) { none() }

0 commit comments

Comments
 (0)