Browse Source

remove catch e

龚成明 3 years ago
parent
commit
f976365c52
1 changed files with 1 additions and 3 deletions
  1. 1 3
      scripts/core/pullAndPush.ts

+ 1 - 3
scripts/core/pullAndPush.ts

@@ -111,9 +111,7 @@ export class PullAndPush {
       await History.appendOrUpdate('UNIV3DEX', routerObj.factory, {"now": position})
 
       return lp
-    } catch (e) {
-      logger.debug(e)
-    }
+    } catch (e) {}
 
     return undefined
   }