mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 14:56:57 +02:00
remove debugging print
This commit is contained in:
parent
55975fd611
commit
f50ac9dcd5
1 changed files with 0 additions and 1 deletions
|
@ -33,6 +33,5 @@ QByteArray AssignmentAction::serialize() {
|
|||
}
|
||||
|
||||
void AssignmentAction::deserialize(QByteArray serializedArguments) {
|
||||
qDebug() << "setting data to" << serializedArguments.size() << "bytes";
|
||||
_data = serializedArguments;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue