Skip to content

Commit

Permalink
remove errant log call
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyBars3k committed Aug 28, 2023
1 parent 9aa03df commit a222c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function getTrackGroupsNums()
table.insert(unused_track_groups, i)
end
end
logTable(unused_track_groups)

return unused_track_groups
end

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- @description MB_Utilities: Various utility scripts for Reaper
-- @author MonkeyBars
-- @version 1.3
-- @changelog Add create breakout tracks script
-- @version 1.3.1
-- @changelog Remove errant log call
-- @provides [main] .
-- [main] MB_Create new autoincremented folder and save project.lua
-- [main] MB_Deselect tracks if child track(s) & select their direct parent folder track(s).lua
Expand Down

0 comments on commit a222c9e

Please sign in to comment.