Removed debug logging.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@943 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ResourceManager.java,v 1.7 2002/01/16 03:00:06 mdb Exp $
|
// $Id: ResourceManager.java,v 1.8 2002/02/06 01:47:08 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.resource;
|
package com.threerings.resource;
|
||||||
|
|
||||||
@@ -266,7 +266,6 @@ public class ResourceManager
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
burl = new URL(resourceURL, path);
|
burl = new URL(resourceURL, path);
|
||||||
Log.info("Resolving resource: " + burl);
|
|
||||||
|
|
||||||
// make sure the cache directory exists for this set
|
// make sure the cache directory exists for this set
|
||||||
createCacheDirectory(setName);
|
createCacheDirectory(setName);
|
||||||
@@ -274,8 +273,6 @@ public class ResourceManager
|
|||||||
// compute the path to the cache file for this bundle
|
// compute the path to the cache file for this bundle
|
||||||
File cfile = new File(genCachePath(setName, path));
|
File cfile = new File(genCachePath(setName, path));
|
||||||
|
|
||||||
Log.info("Cached to " + cfile.getPath());
|
|
||||||
|
|
||||||
// download the resource bundle from the specified URL
|
// download the resource bundle from the specified URL
|
||||||
InputStream in = burl.openStream();
|
InputStream in = burl.openStream();
|
||||||
FileOutputStream out = new FileOutputStream(cfile);
|
FileOutputStream out = new FileOutputStream(cfile);
|
||||||
|
|||||||
Reference in New Issue
Block a user