Removed unnecessary pdb.

This commit is contained in:
Ludger Küperkoch 2019-06-14 18:49:53 +02:00
parent 2d7b7708a1
commit 0e65478645
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Revised/extended summer 2017.
:author: Ludger Küperkoch / MAGS2 EP3 working group
"""
import pdb
import matplotlib.pyplot as plt
import numpy as np
import obspy.core.event as ope

View File

@ -9,7 +9,6 @@ function conglomerate utils.
:author: MAGS2 EP3 working group / Ludger Kueperkoch
"""
import copy
import matplotlib.pyplot as plt
import numpy as np
import traceback