remove debugger

This commit is contained in:
Tim Lancina
2015-07-27 16:10:59 -05:00
parent 7084d54712
commit d8863817ce

View File

@ -99,7 +99,6 @@ export class Checkbox extends IonInputItem {
// Called by the model (Control) to update the view
writeValue(modelValue) {
debugger;
let type = typeof modelValue;
switch (type) {
case "boolean":