diff options
author | Sergiusz Bazanski <q3k@q3k.org> | 2018-08-01 03:55:47 +0100 |
---|---|---|
committer | Sergiusz Bazanski <q3k@q3k.org> | 2018-08-01 03:55:47 +0100 |
commit | 3408e427f9f70c7138b993d76b77ab6c9f2feef4 (patch) | |
tree | e8e5a097d89a898e16e53f5490c83c27779bfdcd | |
parent | 1f787c37a3f6d96f30c06f936674943cc5de7893 (diff) | |
download | nextpnr-3408e427f9f70c7138b993d76b77ab6c9f2feef4.tar.gz nextpnr-3408e427f9f70c7138b993d76b77ab6c9f2feef4.tar.bz2 nextpnr-3408e427f9f70c7138b993d76b77ab6c9f2feef4.zip |
gui: cosmetics
-rw-r--r-- | gui/treemodel.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/treemodel.cc b/gui/treemodel.cc index 35221231..755e46ec 100644 --- a/gui/treemodel.cc +++ b/gui/treemodel.cc @@ -195,7 +195,6 @@ void Model::loadContext(Context *ctx) pipid.index = i; pipMap[std::pair<int, int>(pip->x, pip->y)].push_back(pipid); } - printf("generating pip static tree...\n"); auto pipGetter = [](Context *ctx, PipId id) { return ctx->getPipName(id); }; pip_root_ = std::unique_ptr<PipXYRoot>(new PipXYRoot(ctx, "Pips", root_.get(), pipMap, pipGetter, ElementType::PIP)); } |