summaryrefslogtreecommitdiff
path: root/xmake/modules/detect
diff options
context:
space:
mode:
authorcharles seizilles <[email protected]>2022-09-06 16:14:37 +0200
committercharles seizilles <[email protected]>2022-09-06 16:14:37 +0200
commit07ccbc27512d781663eb2529bd5853c8acbf4bc9 (patch)
tree1d6af08cfba54b41c7819f477b07df973e9dae6f /xmake/modules/detect
parentc04d020691876cc40b37c682aecf9d174f2dd2b7 (diff)
Remove prints
Diffstat (limited to 'xmake/modules/detect')
-rw-r--r--xmake/modules/detect/sdks/matlab.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/detect/sdks/matlab.lua b/xmake/modules/detect/sdks/matlab.lua
index a42fca38c..0f748d81f 100644
--- a/xmake/modules/detect/sdks/matlab.lua
+++ b/xmake/modules/detect/sdks/matlab.lua
@@ -82,8 +82,5 @@ function matlab.versions_names()
}
end
-print("inside matlab.lua")
-print("matlab", matlab)
-
-- return module
return matlab