Commit 56d3dd70 authored by Alberto Ramos's avatar Alberto Ramos

Removed debug comments

parent 627f4278
......@@ -421,11 +421,6 @@ end
function BDIO_parse!(fb::BDIOstream)
seekstart(fb.io)
println(position(fb.io))
seekend(fb.io)
println(position(fb.io))
seekstart(fb.io)
ihdr = read(fb.io, Int32)
......@@ -452,7 +447,6 @@ function BDIO_parse!(fb::BDIOstream)
rlen::Int64 = 0
rpos::Int64 = 0
while !eof(fb.io)
println("Paso")
ihdr = read(fb.io, Int32)
ishdr = (mask = 1<<0; ihdr & mask != mask)
if ishdr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment