remove constructor annotations

This commit is contained in:
2022-12-17 17:47:42 +00:00
parent 408218ea32
commit deb3da15ea
6 changed files with 1 additions and 8 deletions

View File

@@ -11,7 +11,6 @@ class Remote {
[Object]$recorder
[Object]$profiles
# Constructor
Remote ([String]$kind_id) {
$this.kind = GetKind($kind_id)
$this.Setup()