Skip to content

Commit

Permalink
del log
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhang95 committed Dec 14, 2023
1 parent bc9654e commit 12450d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/zenoedit/viewportinteraction/transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ bool FakeTransformer::isTransforming() const {
}

void FakeTransformer::startTransform() {
zeno::log_info("FakeTransformer::startTransform");
markObjectsInteractive();
}

Expand Down Expand Up @@ -397,7 +396,6 @@ void FakeTransformer::syncToTransformNode(NodeLocation& node_location,
}

void FakeTransformer::endTransform(bool moved) {
zeno::log_info("FakeTransformer::endTransform");
if (moved) {
// write transform info to objects' user data
for (auto &[obj_name, obj] : m_objects) {
Expand Down Expand Up @@ -668,7 +666,6 @@ void FakeTransformer::rotate(glm::vec3 start_vec, glm::vec3 end_vec, glm::vec3 a
}

void FakeTransformer::doTransform() {
zeno::log_info("FakeTransformer::doTransform");
// qDebug() << "transformer's objects count " << m_objects.size();
glm::vec3 new_objects_center = {0, 0, 0};
for (auto &[obj_name, obj] : m_objects) {
Expand Down

0 comments on commit 12450d2

Please sign in to comment.