Removed logs.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-10-13 16:03:36 -07:00
parent b43b097d40
commit ddada18069
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -104,10 +104,9 @@
}
- (CPString)pathForResource:(CPString)aFilename
{console.log("?!!!!!!!");
{
var path = [self resourcePath] + '/' + aFilename,
mappedPath = _URIMap["Resources/" + aFilename];//path];
console.log("~!THE MAPPED PATH FOR " + path + " IS " + mappedPath);
mappedPath = _URIMap["Resources/" + aFilename];
if (mappedPath)
return mappedPath;
@@ -503,7 +503,7 @@ BundleTask.prototype.defineStaticTask = function()
{
var resourcePath = "Resources/" + FILE.relative(resourcesPath, aFilename);
if (IMAGE_EXTENSIONS.indexOf(FILE.extname(aFilename)) !== -1)
if (IMAGE_EXTENSIONS.indexOf(FILE.extension(aFilename)) !== -1)
fileStream.write("u;");
else
fileStream.write("p;");