Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Removed log output
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Jul 31, 2015
1 parent c66f500 commit f852199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/MdlComponentHandler.dart
Expand Up @@ -345,7 +345,7 @@ class MdlComponentHandler {
upgrade = baseElement.classes.contains(config.baseSelector);
}
if(upgrade) {
_logger.warning("Upgrade base-elment: ${queryBaseElement} Class: ${config.classAsString}");
//_logger.warning("Upgrade base-element: ${queryBaseElement} Class: ${config.classAsString}");
_upgradeElement(baseElement, config);
}
}
Expand Down

0 comments on commit f852199

Please sign in to comment.