mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
ups, revert my accidentally commited debug output
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1224409 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
0cdfa793e9
commit
38219b88b3
@ -30,7 +30,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <iostream>
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <wchar.h>
|
||||
@ -118,7 +117,6 @@ File::FilePrivate::FilePrivate(FileName fileName) :
|
||||
if(!file)
|
||||
{
|
||||
debug("Could not open file " + String((const char *) name));
|
||||
std::cout<<"Could not open file"<<name<<std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user