mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 12:33:10 -04:00
Remove an unwanted print.
This commit is contained in:
parent
d2e6b2a916
commit
95138d207b
@ -112,7 +112,6 @@ class MetaPlatformInfo(PlatformInfo):
|
||||
def add_targets(self, targetName, targets):
|
||||
targetDefs = []
|
||||
for platformName in self.subPlatformNames:
|
||||
print("radd {}".format(platformName))
|
||||
platform = self.get_platform(platformName, targets)
|
||||
targetDefs += platform.add_targets(targetName, targets)
|
||||
return targetDefs
|
||||
|
Loading…
x
Reference in New Issue
Block a user