From fd147d0b888090bfb897505852c1f25dbdf77e18 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Oct 2016 10:42:34 -0400 Subject: Remove useless warning --- src/gui/Style.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/Style.cpp b/src/gui/Style.cpp index 6813fc04..86f1ae1e 100644 --- a/src/gui/Style.cpp +++ b/src/gui/Style.cpp @@ -105,7 +105,6 @@ Style::get_port_color(const Client::PortModel* p) return _event_port_color; } - _app.log().warn(fmt("No known port type for %1%\n") % p->path()); return 0x555555FF; } -- cgit v1.2.1