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

Commit e1c95461 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove debug print from CompatConfig." into main

parents 86ca9821 aa23d17c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -726,7 +726,6 @@ final class CompatConfig {
        try (InputStream in = new BufferedInputStream(new FileInputStream(configFile))) {
            Config config = com.android.server.compat.config.XmlParser.read(in);
            for (Change change : config.getCompatChange()) {
                Slog.d(TAG, "Adding: " + change.toString());
                mChanges.put(change.getId(), new CompatChange(change));
            }
        } catch (IOException | DatatypeConfigurationException | XmlPullParserException e) {