Skip to content

Commit

Permalink
Remove debug print from diff_reader
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing committed Aug 17, 2024
1 parent d1c8804 commit d481457
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/diff_reader.luau
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ local LIB_FILENAME_BLACKLIST = table.freeze({
local GMATCH = string.gmatch
local diff_reader = {}

print(DEFAULT_DIFF)

function diff_reader.libs(diff: string?): ({ string }, { [string]: boolean })
local diff = diff or DEFAULT_DIFF
local changed_array = {}
Expand Down

0 comments on commit d481457

Please sign in to comment.