Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLearner171998 committed Apr 11, 2020
1 parent 20759ce commit f3ae901
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
import pathlib
# cur_path = pathlib.Path(__file__).parent.absolute()
cur_path = pathlib.Path(__file__).parent.absolute().as_posix()
print(cur_path)
# cur_path = r"semi-auto-image-annotation-tool-master"
sys.path.append(cur_path)
os.chdir(cur_path)

Expand Down

0 comments on commit f3ae901

Please sign in to comment.