Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f909cb6c authored by Mathias Agopian's avatar Mathias Agopian
Browse files

remove some spurious debuging LOGD

parent acdebe35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ Loader::Loader()
            int dpy;
            int impl;
            if (sscanf(line, "%u %u %s", &dpy, &impl, tag) == 3) {
                LOGD(">>> %u %u %s", dpy, impl, tag);
                //LOGD(">>> %u %u %s", dpy, impl, tag);
                gConfig.add( entry_t(dpy, impl, tag) );
            }
        }