Skip to content

Commit

Permalink
[libromdata] WiiUPackage: ...and remove a line of debugging code used…
Browse files Browse the repository at this point in the history
… to diagnose the previous issue.
  • Loading branch information
GerbilSoft committed Nov 19, 2024
1 parent 799265d commit 3645265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libromdata/Console/WiiUPackage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ void WiiUPackage::init(void)
s_path += DIR_SEP_CHR;
}
s_path += _T("title.tmd");
printf("path: %s\n", s_path.c_str());
subfile = std::make_shared<RpFile>(s_path, RpFile::FM_OPEN_READ);
if (subfile->isOpen()) {
tmd = new WiiTMD(subfile);
Expand Down

0 comments on commit 3645265

Please sign in to comment.