little less

This commit is contained in:
Nathan Braswell
2015-03-14 03:32:32 -04:00
parent 50cd9969b6
commit e04cf03858

View File

@@ -524,7 +524,7 @@ NodeTree<ASTData>* ASTTransformation::transform(NodeTree<Symbol>* from, NodeTree
// //Set the value of this function call
if (newNode->getDataRef()->valueType == NULL && rhs->getDataRef()->valueType) {
std::cerr << "The value type from doFunction was null! (for " << functionCallName << ")" << std::endl;
std::cout << "The value type from doFunction was null! (for " << functionCallName << ")" << std::endl;
newNode->getDataRef()->valueType = rhs->getDataRef()->valueType;
}
//else