Ray Milkey
Committed by Gerrit Code Review

Remove superfluous debug flags from app definitions

Change-Id: I23d90b7ad44c5eadf3c083a0fec31375f3b21ec4
......@@ -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
)
......
......@@ -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 (
......