mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Removing log messages
This commit is contained in:
parent
cf4eeb8594
commit
9aa29fe373
@ -984,9 +984,7 @@
|
||||
window.generatedPDF = false;
|
||||
function getPDFString(cb, force) {
|
||||
@if ($account->hasLargeFont())
|
||||
console.log('checked: %s', $('#livePreview').is(':checked'));
|
||||
if (!$('#livePreview').is(':checked') && window.generatedPDF) {
|
||||
console.log('returning');
|
||||
return;
|
||||
}
|
||||
@endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user