style(application): remove useless log

This commit is contained in:
Jeremy Attali 2020-05-17 23:54:57 -04:00
parent 992d97e94d
commit a78422b22d

View File

@ -581,8 +581,6 @@ static bool load_layout(struct swappy_state *state) {
}
static bool init_gtk_window(struct swappy_state *state) {
g_info("activating application ----------");
if (!state->geometry) {
g_critical("no geometry found, did you use -f or -g option?");
return false;