Remove debugging output from WorldMaker plugin script.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13387 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
35e0178082
commit
db646673d6
|
@ -88,9 +88,7 @@ void checkDaList() {
|
|||
|
||||
HashSet mapList = new HashSet();
|
||||
boolean firstRun = false;
|
||||
print("...");
|
||||
long headerSize = ("P6\n"+DestWidth+" "+DestHeight+"\n255\n").getBytes().length;
|
||||
print("...");
|
||||
if (new File(Location + PictureDirectory + WorldPicture + ".ppm").exists()) {
|
||||
runCommand("cp " + Location + PictureDirectory + WorldPicture + ".ppm /tmp/tmp.ppm");
|
||||
} else {
|
||||
|
@ -104,7 +102,6 @@ void checkDaList() {
|
|||
fos.close();
|
||||
firstRun = true;
|
||||
}
|
||||
print("gogogo");
|
||||
long toSkip = ("P6\n"+TileWidth+" "+TileHeight+"\n255\n").getBytes().length;
|
||||
RandomAccessFile raf = new RandomAccessFile(new File("/tmp/tmp.ppm"),"rw");
|
||||
FileChannel fc = raf.getChannel();
|
||||
|
|
Loading…
Reference in New Issue