Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit a8f8141

Browse files
committed
no need to call sync
1 parent 4d821b4 commit a8f8141

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pugdebug/gui/projects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def setup_layout(self):
5858
def create_new_project(self):
5959
project_name = self.project_name.text()
6060
project = PugdebugProject(project_name)
61-
project.sync()
6261

6362
def load_settings(self):
6463
"""Load default settings into the form"""

0 commit comments

Comments
 (0)