remove some spurious debuging LOGD

This commit is contained in:
Mathias Agopian
2009-06-03 18:30:22 -07:00
parent b4b4c11f82
commit 4098d78b35

View File

@@ -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) );
}
}