diff options
| author | charles seizilles <[email protected]> | 2022-09-06 16:14:37 +0200 |
|---|---|---|
| committer | charles seizilles <[email protected]> | 2022-09-06 16:14:37 +0200 |
| commit | 07ccbc27512d781663eb2529bd5853c8acbf4bc9 (patch) | |
| tree | 1d6af08cfba54b41c7819f477b07df973e9dae6f /xmake | |
| parent | c04d020691876cc40b37c682aecf9d174f2dd2b7 (diff) | |
Remove prints
Diffstat (limited to 'xmake')
| -rw-r--r-- | xmake/modules/detect/sdks/matlab.lua | 3 |
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 |
