Browse Source

No ticket. Removing debugging help.

vinithra 15 years ago
parent
commit
4c5b9fd1dd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      apps/beeswax/src/beeswax/db_utils.py

+ 0 - 1
apps/beeswax/src/beeswax/db_utils.py

@@ -201,7 +201,6 @@ def db_client():
       res = self._client.get_results_metadata(*args, **kwargs)
       return _decode_struct_attr(res, 'table_dir')
 
-  import ipdb;ipdb.set_trace()
   client = thrift_util.get_client(BeeswaxService.Client,
                                 conf.BEESWAX_SERVER_HOST.get(),
                                 conf.BEESWAX_SERVER_PORT.get(),