summaryrefslogtreecommitdiff
path: root/src/CuTNetLib/cuCompDisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CuTNetLib/cuCompDisc.h')
-rw-r--r--src/CuTNetLib/cuCompDisc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CuTNetLib/cuCompDisc.h b/src/CuTNetLib/cuCompDisc.h
index b71956e..b6876c8 100644
--- a/src/CuTNetLib/cuCompDisc.h
+++ b/src/CuTNetLib/cuCompDisc.h
@@ -133,10 +133,7 @@ namespace TNet {
CuComponent* FindOutput(int &pos)
{
if (pos<0 or pos>=outID.size())
- {
- std::cout<<"pos"<<mBlocks[0]->GetOutSect()<<std::endl;
Error("Position out of bound");
- }
int i=pos;
pos=outID[i].pos;
return mBlocks[outID[i].block];