From aab5ccd1c70d13de863f6a0c75a21008e8ac779f Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Fri, 3 Jun 2016 21:26:27 +0100 Subject: [PATCH] delete debug --- contrib/other-builds/moses2/SCFG/Manager.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contrib/other-builds/moses2/SCFG/Manager.cpp b/contrib/other-builds/moses2/SCFG/Manager.cpp index 0c90766fb..d1b537bc6 100644 --- a/contrib/other-builds/moses2/SCFG/Manager.cpp +++ b/contrib/other-builds/moses2/SCFG/Manager.cpp @@ -88,12 +88,6 @@ void Manager::Decode() } m_stacks.OutputStacks(); - - SCFG::InputPath &path = *m_inputPaths.GetMatrix().GetValue(0, 1); - cerr << "path0=" << path << endl; - - Stack &stack = m_stacks.GetStack(0, 1); - cerr << "stack0=" << stack << endl; } void Manager::InitActiveChart(SCFG::InputPath &path)