Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Remove spurious print
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinMendelGleason committed Sep 28, 2020
1 parent 8506216 commit 26802f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prolog/terminus_store.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,6 @@
nb_add_triple(Builder, "A", "B", node("D")),
nb_commit(Builder, Layer),
findall(X-C, triple(Layer, X, "B", C), Ps),
writeq(Ps),
Ps = ["A"-node("C"),
"A"-node("D")].

Expand Down

0 comments on commit 26802f2

Please sign in to comment.