Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorGriffin37 committed Aug 5, 2021
1 parent 6ccce30 commit 5fde639
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/RobloxRenderer.spec.lua
Expand Up @@ -1124,19 +1124,9 @@ return function()

GlobalConfig.scoped(configValues, function()
local unmountCounts = {}
local unMountTracebacks = {}

local function addUnmount(id)
unmountCounts[id] = unmountCounts[id] + 1

if unMountTracebacks[id] then
print("First Traceback!")
print(unMountTracebacks[id])
print("Second Traceback!")
print(debug.traceback())
end

unMountTracebacks[id] = debug.traceback()
end

local function addInit(id)
Expand Down

0 comments on commit 5fde639

Please sign in to comment.