1
0
Fork 0
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:
Yury Delendik 2012-10-04 10:01:53 -05:00
parent 72e4c069b2
commit bc19b5581e
2 changed files with 1 additions and 2 deletions

View file

@ -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) {