diff --git a/webnotes/__init__.py b/webnotes/__init__.py index 6519fe0317..cd3531ad66 100644 --- a/webnotes/__init__.py +++ b/webnotes/__init__.py @@ -638,4 +638,3 @@ def validate_versions(): if not spec.match(framework_version): raise Exception, "Framework version out of sync" -validate_versions()