Skip to content

Commit

Permalink
remove debug trace
Browse files Browse the repository at this point in the history
  • Loading branch information
IreNox committed Oct 22, 2024
1 parent c505d62 commit 388379b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/base/project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,10 @@ function Project:finalize( solution )
filter{}

if #self.buildoptions > 0 then
print( "have build opts" )
buildoptions( self.buildoptions )
end

if #self.linkoptions > 0 then
print( "have link opts" )
linkoptions( self.linkoptions )
end

Expand Down

0 comments on commit 388379b

Please sign in to comment.