Skip to content

Commit 90dc0d5

Browse files
author
Raven
committed
Remove unnecessary popup message
1 parent 0994122 commit 90dc0d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

construct.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,6 @@ def openRepository(self):
709709
if repo_path:
710710
try:
711711
self.repo = git.Repo(repo_path)
712-
QMessageBox.information(self, "Repository Opened", f"Opened repository at {repo_path}")
713712
self.setWindowTitle(f"Construct - {os.path.basename(repo_path)}")
714713
except Exception as e:
715714
QMessageBox.critical(self, "Error", f"Failed to open repository: {e}")

0 commit comments

Comments
 (0)