[FIX] removed 'debugger' statement

bzr revid: sle@openerp.com-20140321184347-ph5n6cnywhwasvcf
This commit is contained in:
Simon Lejeune 2014-03-21 19:43:47 +01:00
parent 1b6b320445
commit d87cd37d67
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ openerp.report = function(instance) {
// QWeb reports
if ('report_type' in action && (action.report_type == 'qweb-html' || action.report_type == 'qweb-pdf' || action.report_type == 'controller')) {
debugger
var report_url = '';
switch (action.report_type) {
case 'qweb-html':