Skip to content

Commit

Permalink
fix(theme): remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alyleui committed Jul 30, 2018
1 parent 42b800c commit 1b95473
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib/button/button.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class LyButtonService {
'buttonConfig',
theme => {
const { button, fontFamily } = theme.typography;
console.log({button});
let styleButton = (
`font-family:${button.fontFamily || fontFamily};` +
`font-weight:${button.fontWeight};` +
Expand Down
1 change: 0 additions & 1 deletion src/lib/src/theme/theme2.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export class LyTheme2 {
public core: CoreTheme,
@Optional() @Inject(LY_THEME_NAME) themeName
) {
console.log(`new Theme: ${themeName}`);
if (themeName) {
this.setUpTheme(themeName);
}
Expand Down

0 comments on commit 1b95473

Please sign in to comment.