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:
Nick Shaforostoff 2011-03-10 17:30:22 +00:00
parent 0cdfa793e9
commit 38219b88b3

View File

@ -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;
}
}