mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Add couple of debug statements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user