Commit b0ba8502 authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Remove debugging log.

PiperOrigin-RevId: 298717616
parent 651677f5
......@@ -143,12 +143,10 @@ class Config(params_dict.ParamsDict):
return subconfig_type
def __post_init__(self, default_params, restrictions, *args, **kwargs):
logging.error('DEBUG before init %r', type(self))
super().__init__(default_params=default_params,
restrictions=restrictions,
*args,
**kwargs)
logging.error('DEBUG after init %r', type(self))
def _set(self, k, v):
"""Overrides same method in ParamsDict.
......
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