Skip to content
Snippets Groups Projects
Commit b8aafb2d authored by Mirko Wächter's avatar Mirko Wächter
Browse files

removed debug output

parent b478d820
No related branches found
No related tags found
1 merge request!24Gui plugin caching
......@@ -178,8 +178,6 @@ namespace armarx
{
QByteArray fileData = file.readAll();
hashData = QCryptographicHash::hash(fileData, QCryptographicHash::Md5);
ARMARX_INFO_S << hashData.toHex().toDouble();
}
return hashData.toHex();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment