Navigation Menu

Skip to content

Commit

Permalink
Comment out debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Feb 20, 2016
1 parent 903750d commit 2ba1acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IO/FlexRaw/FlexRaw.pm
Expand Up @@ -520,7 +520,7 @@ sub readflex {
local ($offset) = 0;
my ($newfile, $swapbyte, $f77mode, $zipt) = (1,0,0,0);
my $d;
print("readflex: name is $name\n");
# print("readflex: name is $name\n");
# Test if $name is a file handle
if (defined fileno($name)) {
$d = $name;
Expand Down

0 comments on commit 2ba1acc

Please sign in to comment.