Remove console.logs from previous commit again

This commit is contained in:
Julian Viereck 2011-09-09 16:29:50 -07:00
parent e15bfc00a0
commit 6e9306afd2
3 changed files with 0 additions and 7 deletions

View file

@ -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,