Update Main.cpp

Removed debugging comment
This commit is contained in:
Isak 2018-02-12 22:13:07 +01:00 committed by GitHub
parent 9be003de66
commit a75529dd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ typedef std::map<int, str_t> pairmap_t;
pairmap_t /* Returns a std::map, constructed like the following: <index, file_name>*/
display_directory_content()
{
//chdir(path.c_str());
Directory dir(get_current_dir_name());
Directory dir( get_current_dir_name() );
int count=1;
pairmap_t content_map;