Remove a debug statement.

This commit is contained in:
Khushboo Vashi 2019-03-29 14:40:36 +00:00 committed by Dave Page
parent be313bb17b
commit 5965bc9107

View File

@ -2090,7 +2090,6 @@ define([
Backform.Control.prototype.initialize.apply(
this, arguments
);
debugger;
Backform.Dialog.prototype.initialize.apply(
this, [{
schema: opts.field.get('schema'),