Remove console.logs from previous commit again
This commit is contained in:
parent
e15bfc00a0
commit
6e9306afd2
3 changed files with 0 additions and 7 deletions
|
@ -93,8 +93,6 @@ var Promise = (function() {
|
|||
|
||||
Promise.prototype = {
|
||||
resolve: function(data) {
|
||||
console.log("resolve", this.name);
|
||||
|
||||
if (this.isResolved) {
|
||||
throw "A Promise can be resolved only once";
|
||||
}
|
||||
|
@ -166,8 +164,6 @@ var WorkerPDFDoc = (function() {
|
|||
var file = data[3];
|
||||
var properties = data[4];
|
||||
|
||||
console.log("got new font", name);
|
||||
|
||||
var font = {
|
||||
name: name,
|
||||
file: file,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue