Commit 748f4627 authored by philip_thiem's avatar philip_thiem

Removed verbose warning from svn_utils.py

parent c9277012
......@@ -244,7 +244,6 @@ class SvnInfo(object):
"on pre 1.7 .svn parsing"), DeprecationWarning)
return SvnFileInfo(dirname)
elif not has_svn:
log.warn('Not SVN Repository')
return SvnInfo(dirname)
elif base_svn_version < (1, 5):
return Svn13Info(dirname)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment