@rbxts/app-forge 0.7.2-alpha.3 → 0.7.2-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/vide/decorator.luau +0 -6
- package/package.json +1 -1
package/out/vide/decorator.luau
CHANGED
|
@@ -29,12 +29,6 @@ local function App(props)
|
|
|
29
29
|
logger:log("ERROR", "Attempted to register App without a name", props)
|
|
30
30
|
error("App registration failed: missing app name", 2)
|
|
31
31
|
end
|
|
32
|
-
logger:log("DEBUG", "Registering App", {
|
|
33
|
-
name = props.name,
|
|
34
|
-
renderGroup = props.renderGroup,
|
|
35
|
-
visible = props.visible,
|
|
36
|
-
rules = props.rules,
|
|
37
|
-
})
|
|
38
32
|
local _name_1 = props.name
|
|
39
33
|
local _arg1 = {
|
|
40
34
|
constructor = constructor,
|