Skip to content

Commit

Permalink
Removed useless printing
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Feb 22, 2020
1 parent c39c657 commit ac66e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

# Run isort on the entire source
pip install isort
isort -rc custom_components/meross_cloud

echo "BuildNumber: $BUILD_BUILDNUMBER"

# Clean the dist directory
rm -vR dist
mkdir dist
Expand Down

0 comments on commit ac66e14

Please sign in to comment.