Skip to content

Commit

Permalink
remove a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
zcgonvh committed Feb 23, 2017
1 parent b9b316b commit ebdf7e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NTDSDumpEx/NTDSDumpEx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ int main(int argc, char *argv[]) {
}
else if ((stricmp(argv[i], "-o") == 0) && (argc > i+1))
{
printf("%d %d\n",argc,i);
FILE* fp = fopen(argv[i + 1], "w");
if (fp){ out = fp; }
else
Expand Down

0 comments on commit ebdf7e2

Please sign in to comment.