diff --git a/core/commands/files/files.go b/core/commands/files/files.go
index 861972c17714ea5b97e4d16105138510d637a478..db53a5b26580a311361b5a0595359f2d2a9be3b9 100644
--- a/core/commands/files/files.go
+++ b/core/commands/files/files.go
@@ -236,7 +236,6 @@ var FilesCpCmd = &cmds.Command{
 		}
 
 		flush, _, _ := req.Option("flush").Bool()
-		fmt.Println("flush:", flush)
 
 		src, err := checkPath(req.Arguments()[0])
 		if err != nil {