Skip to content

Commit 249a7d1

Browse files
authored
Fix: useless output (#5928)
1 parent bafe539 commit 249a7d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/module_io/write_wfc_nao.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ void write_wfc_nao(const int out_type,
298298
{
299299
std::string fn = PARAM.globalv.global_out_dir + wfc_nao_gen_fname(out_type, gamma_only, PARAM.inp.out_app_flag, ik, istep);
300300
bool append_flag = (istep > 0 && PARAM.inp.out_app_flag);
301-
std::cout << "append_flag = " << append_flag << std::endl;
302301
if (std::is_same<double, T>::value)
303302
{
304303
wfc_nao_write2file(fn,

0 commit comments

Comments
 (0)