Skip to content

Commit

Permalink
remove extra print in facts
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Mar 16, 2021
1 parent 9f22faf commit 80bbe67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion abi-python/asp.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ def is_compatible(

# Create the parser, and generate the corpus
parser = ABIParser()
print("preparing corpora...")
corpusA = parser.get_corpus_from_elf(binary)
corpusB = parser.get_corpus_from_elf(library)
setup = ABICompatSolverSetup()
Expand Down
1 change: 0 additions & 1 deletion abi-python/facts.lp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
preparing corpora...

%============================================================================
% Corpus Facts
Expand Down

0 comments on commit 80bbe67

Please sign in to comment.