mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Removes usage of print as log
This commit is contained in:
parent
72e4c069b2
commit
bc19b5581e
2 changed files with 1 additions and 2 deletions
|
@ -35,6 +35,7 @@ function MessageHandler(name, comObj) {
|
|||
}];
|
||||
} else {
|
||||
ah['console_error'] = [function ahConsoleError(data) {
|
||||
log.apply(null, data);
|
||||
}];
|
||||
}
|
||||
ah['_warn'] = [function ah_Warn(data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue