mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Remove debugger
This commit is contained in:
parent
db27086fe5
commit
be6b49ca21
@ -3153,7 +3153,6 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
||||
const tab = this.get_tab_info();
|
||||
// Get title for print dialog from settings or tab, if available
|
||||
const title = this.options.settings.label ? this.options.settings.label : (tab ? tab.label : '');
|
||||
debugger;
|
||||
const dialog = new Et2Dialog(this.egw());
|
||||
dialog.transformAttributes({
|
||||
// If you use a template, the second parameter will be the value of the template, as if it were submitted.
|
||||
|
Loading…
Reference in New Issue
Block a user