Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
ISSUE #40 remove debuggingmessage
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenfan committed Aug 13, 2015
1 parent 57944fb commit 7b59863
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/repo/workers/repo_worker_glc_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,6 @@ GLC_StructOccurence* GLCExportWorker::createOccurrenceFromNode(
repo::manipulator::graph::RepoScene *refScene = scene->getSceneFromReference(node->getSharedID());
if (refScene)
{
repoLog("refScene exists, printing stats...");
std::stringstream sstream;

refScene->printStatistics(sstream);

occurrence = convertSceneToOccurance(refScene);
}

Expand Down Expand Up @@ -753,6 +748,7 @@ GLC_Texture* GLCExportWorker::convertGLCTexture(
if (texture)
{
std::vector<char> *data = texture->getRawData();

if (data)
{
QImage image = QImage::fromData((uchar*)&data->at(0), data->size()*sizeof(char));
Expand Down

0 comments on commit 7b59863

Please sign in to comment.