Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
ammend(theming): remove extra debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Jan 27, 2015
1 parent f6f56c9 commit f3af15a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/services/theming/theming.js
Expand Up @@ -299,7 +299,6 @@ function ThemingProvider($mdColorPalette) {

function changeTheme(theme) {
if (!registered(name)) {
debugger;
$log.warn('attempted to use unregistered theme \'' + theme + '\'');
}
var oldTheme = el.data('$mdThemeName');
Expand Down

1 comment on commit f3af15a

@ajoslin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amend(ammend): s/ammend/amend

Please sign in to comment.