Skip to content

Commit d6af1e8

Browse files
Revert "Add REPL state initialization to fix first input issue"
This reverts commit 01ea423.
1 parent 01ea423 commit d6af1e8

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/LinearSolveAutotune/src/telemetry.jl

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,6 @@ function setup_github_authentication()
1515
# No environment variable - provide setup instructions and get token
1616
max_input_attempts = 3
1717

18-
# Handle REPL state issue by doing a throwaway first attempt
19-
if max_input_attempts > 1
20-
println()
21-
println("🔧 Initializing input system...")
22-
print("Press Enter to continue: ")
23-
flush(stdout)
24-
try
25-
sleep(0.1)
26-
readline() # Throwaway read to clear REPL state
27-
catch
28-
# Ignore any errors from this throwaway attempt
29-
end
30-
println("✅ Input system ready!")
31-
end
32-
3318
for input_attempt in 1:max_input_attempts
3419
println()
3520
println("🚀 Help Improve LinearSolve.jl for Everyone!")

0 commit comments

Comments
 (0)