removed useless dump

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11749 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-03-14 23:54:58 +00:00
parent 3f53434673
commit 5c21d9ac3a
-1
View File
@@ -89,7 +89,6 @@ main(int argc, char **argv)
printf("error when loading the keymap\n"); printf("error when loading the keymap\n");
return 1; return 1;
} }
keymap.Dump();
keymap.SaveAsHeader(outputRef); keymap.SaveAsHeader(outputRef);
return 0; return 0;
} else if (operation == 'b') { } else if (operation == 'b') {