Skip to content

Commit

Permalink
Drop debug print from example generator
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn authored and vigsterkr committed Mar 10, 2016
1 parent eabc695 commit 9698a78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/examples_v2/generator/generate.py
Expand Up @@ -48,7 +48,6 @@ def translateExamples(inputDir, outputDir, targetsDir, includedTargets=None):

# create subdirectories if they don't exist yet
try:
print 'Creating ', os.path.dirname(outputFile)
os.makedirs(os.path.dirname(outputFile))
except OSError:
pass
Expand Down

0 comments on commit 9698a78

Please sign in to comment.