Commit 887f0302 authored by TheNumbat's avatar TheNumbat
Browse files

remove debug message

parent e28e1bad
......@@ -95,11 +95,6 @@ void Model::update_vertex(Halfedge_Mesh::VertexRef vert) {
void Model::apply_transform(Widgets &widgets) {
if (widgets.is_dragging() && widgets.active == Widget_Type::bevel) {
int x = 0;
info("%d", x);
}
auto elem = *selected_element();
Widget_Type action = widgets.active;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment