Skip to content

Commit 78c4c42

Browse files
committed
removed debug screen log, unecessary
1 parent 0e26c34 commit 78c4c42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fields/field.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ void gfield::initialize(goptions Opt)
165165
if (rotations[0].find(name) != string::npos) {
166166
map->mapRotation[0] = get_number(rotations[1]);
167167
map->mapRotation[1] = get_number(rotations[2]);
168-
map->mapRotation[2] = get_number(rotations[3]);
169-
170-
cout << " ASD " << map->mapRotation[0]/deg << " " << map->mapRotation[1]/deg << " " << map->mapRotation[2]/deg << endl;
168+
map->mapRotation[2] = get_number(rotations[3]);
171169
}
172170
}
173171
}

0 commit comments

Comments
 (0)