1
0

Removed debugging output.

Kept it commented-out for later revisions, if needed.
This commit is contained in:
madmaxoft 2014-03-10 21:16:13 +01:00
parent 6c48075561
commit 26d7ed6612

View File

@ -2,7 +2,7 @@
// POCPieceGenerator.cpp
// Implements the cPOCPieceGenerator class representing a Proof-Of_Concept structure generator using the cPieceGenerator technique
// The generator generates a maze of rooms at {0, 100, 0}
// The generator generates a maze of rooms at {0, 50, 0}
#include "Globals.h"
#include "POCPieceGenerator.h"
@ -131,6 +131,7 @@ protected:
/*
static void DebugPieces(const cPlacedPieces & a_Pieces)
{
size_t idx = 0;
@ -143,6 +144,7 @@ static void DebugPieces(const cPlacedPieces & a_Pieces)
);
} // for itr - a_Pieces[]
}
//*/