Add couple of debug statements

This commit is contained in:
Kris Moore
2016-02-29 16:45:36 -05:00
parent 3cebb77190
commit 6312500fc1

View File

@@ -10,13 +10,11 @@
// Iohyve Fetch is done
void WebSocket::slotIohyveFetchDone(QString id, int retcode, QString log)
{
//qDebug() << "Fetch Done" << id << retcode << log;
}
// Iohyve Fetch has output to read
void WebSocket::slotIohyveFetchProcessOutput(QString output)
{
//qDebug() << "Fetch Do" << output;
}