removed pdb

This commit is contained in:
advaithm 2021-04-28 08:00:18 +05:30
parent db7632f55e
commit 3bf7a9e7af
No known key found for this signature in database
GPG Key ID: E557E45E6DAFFC0C
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import os, stat, time, shutil, pathlib
import subprocess, logging
import pdb
from .exceptions import *
from .disk import *
from .general import *
@ -358,7 +357,6 @@ class Installer():
return True
def add_bootloader(self, bootloader='systemd-bootctl'):
pdb.set_trace()
boot_partition = None
root_partition = None
for partition in self.partitions: