Skip to content

Commit

Permalink
factory: remove debug printout
Browse files Browse the repository at this point in the history
Removed a cout statement which doesn't belong there and which causes
build fails on recent systems.
  • Loading branch information
timn committed Jan 4, 2012
1 parent 7a0382d commit 166bf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clipsmm/factory.cpp
Expand Up @@ -102,7 +102,7 @@ namespace CLIPS {
}
return values;
default:
std::cout << std::endl << "Type: " << GetType(clipsdo) << std::endl;
//std::cout << std::endl << "Type: " << GetType(clipsdo) << std::endl;
throw std::logic_error( "clipsmm::data_object_to_values: Unhandled data object type" );
}
}
Expand Down

0 comments on commit 166bf47

Please sign in to comment.