Skip to content

Commit 0296812

Browse files
committed
removed debug print
1 parent 7e79cae commit 0296812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning/src/file_io/pln_blif_file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ bool BLIF_file::createNodes() noexcept {
11601160
if (starts_w_names(cs + 1, len - 1)) {
11611161
Fio::split_spa(lines_[L], V);
11621162
if (V.size() > 1 and V.front() == ".names") {
1163-
lputs9();
1163+
//lputs9();
11641164
nodePool_.emplace_back(".names", L);
11651165
BNode& nd = nodePool_.back();
11661166
nd.data_.assign(V.begin() + 1, V.end());

0 commit comments

Comments
 (0)