Remove superfluous debug flags from app definitions

Change-Id: I23d90b7ad44c5eadf3c083a0fec31375f3b21ec4
This commit is contained in:
Ray Milkey 2016-09-07 13:13:38 -07:00 committed by Gerrit Code Review
parent 1fb1eb1cf5
commit bbc6dba863
2 changed files with 0 additions and 2 deletions

View File

@ -20,5 +20,4 @@ osgi_jar_with_tests (
api_version = '1.0',
api_description = 'REST API for DHCP Server App',
api_package = 'org.onosproject.dhcp.rest',
debug = False
)

View File

@ -14,7 +14,6 @@ osgi_jar_with_tests (
api_version = '1.0',
api_description = 'REST API for Demo App',
api_package = 'org.onosproject.demo',
debug = False,
)
onos_app (