mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Fix - Harmony 21.1 messed up Javascript Qt API
Removed missed logging
This commit is contained in:
parent
d9a9981fef
commit
f213a33f13
1 changed files with 0 additions and 2 deletions
|
|
@ -337,7 +337,6 @@ function start() {
|
|||
var host = '127.0.0.1';
|
||||
/** port of the server */
|
||||
var port = parseInt(System.getenv('AVALON_HARMONY_PORT'));
|
||||
MessageLog.trace("port " + port.toString());
|
||||
|
||||
// Attach the client to the QApplication to preserve.
|
||||
var app = QCoreApplication.instance();
|
||||
|
|
@ -350,7 +349,6 @@ function start() {
|
|||
var widgets = QApplication.topLevelWidgets();
|
||||
for (var i = 0 ; i < widgets.length; i++) {
|
||||
if (widgets[i] instanceof QMainWindow){
|
||||
MessageLog.trace('(DEBUG): START Main window ');
|
||||
mainWindow = widgets[i];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue