Skip to content

Commit 48b1ca0

Browse files
author
Alex Decker
committed
Remove debug print statement
1 parent ce2eb9e commit 48b1ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/generator/java/java.stoneg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2586,6 +2586,7 @@ def generate_client(self):
25862586

25872587
def generate_namespace(self, namespace):
25882588
assert isinstance(namespace, ApiNamespace), repr(namespace)
2589+
25892590
j = self.j
25902591

25912592
# add documentation to our packages
@@ -2678,7 +2679,6 @@ def generate_namespace_routes(self, namespace):
26782679
w.out('this.client = client;')
26792680

26802681
for route in namespace.routes:
2681-
print("++++++++ " + namespace.name + " " + route.name)
26822682
w.out('')
26832683
w.out('//')
26842684
w.out('// route %s', j.url_path(route))

0 commit comments

Comments
 (0)