Revert "Add toString method."

This reverts commit 804aabae74.
This commit is contained in:
Will White
2011-08-31 14:21:17 -04:00
parent 01c9552976
commit 0fad3c0724

View File

@@ -66,10 +66,6 @@ function MBTiles(uri, callback) {
return undefined;
}
MBTiles.prototype.toString = function() {
return '[MBTiles ' + this.filename + ']';
}
MBTiles.prototype._open = function(uri) {
var mbtiles = this;
function error(err) {