removed debug statements
This commit is contained in:
		
							parent
							
								
									122a461c42
								
							
						
					
					
						commit
						75278a4173
					
				@ -42,8 +42,6 @@ void AOCharMovie::play(QString p_char, QString p_emote, QString emote_prefix)
 | 
				
			|||||||
  m_movie->stop();
 | 
					  m_movie->stop();
 | 
				
			||||||
  m_movie->setFileName(gif_path);
 | 
					  m_movie->setFileName(gif_path);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  qDebug() << "framecount: " << m_movie->frameCount();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  if (m_flipped)
 | 
					  if (m_flipped)
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    QImageReader *reader = new QImageReader(gif_path);
 | 
					    QImageReader *reader = new QImageReader(gif_path);
 | 
				
			||||||
 | 
				
			|||||||
@ -1141,7 +1141,6 @@ void Courtroom::preanim_done()
 | 
				
			|||||||
void Courtroom::realization_done()
 | 
					void Courtroom::realization_done()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  ui_vp_realization->hide();
 | 
					  ui_vp_realization->hide();
 | 
				
			||||||
  qDebug() << "realization_done called";
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void Courtroom::start_chat_ticking()
 | 
					void Courtroom::start_chat_ticking()
 | 
				
			||||||
 | 
				
			|||||||
@ -152,11 +152,7 @@ QString AOApplication::read_design_ini(QString p_identifier, QString p_design_pa
 | 
				
			|||||||
  design_ini.setFileName(p_design_path);
 | 
					  design_ini.setFileName(p_design_path);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!design_ini.open(QIODevice::ReadOnly))
 | 
					  if (!design_ini.open(QIODevice::ReadOnly))
 | 
				
			||||||
  {
 | 
					 | 
				
			||||||
    qDebug() << "W: Could not open or read " << p_design_path;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    return "";
 | 
					    return "";
 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  QTextStream in(&design_ini);
 | 
					  QTextStream in(&design_ini);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user