scons: remove accidentally added pdb trace
This commit is contained in:
parent
5c426d08f9
commit
3f8b646289
1 changed files with 0 additions and 1 deletions
|
@ -292,7 +292,6 @@ def parse_pg_config(context, config):
|
|||
env.AppendUnique(CPPPATH = inc_path)
|
||||
env.AppendUnique(LIBPATH = lib_path)
|
||||
lpq = env['PLUGINS']['postgis']['lib']
|
||||
import pdb;pdb.set_trace()
|
||||
env.Append(LIBS = lpq)
|
||||
else:
|
||||
env['SKIPPED_DEPS'].append(tool)
|
||||
|
|
Loading…
Add table
Reference in a new issue