aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 6e8385e6..0724acdf 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -317,8 +317,6 @@ int main(int argc, char *argv[])
std::cout << "<!-- " << ctx->getBelName(bel).str(ctx.get()) << " -->\n";
svg_dump_decal(ctx.get(), ctx->getBelDecal(bel));
}
- std::cout << "<!-- Frame -->\n";
- svg_dump_decal(ctx.get(), ctx->getFrameDecal());
std::cout << "</svg>\n";
}