Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
intermapping
experiments
Commits
543e6696
Commit
543e6696
authored
Jun 07, 2017
by
coxsone
Browse files
remove printout leftovers
parent
2ecfafc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
transform_csv/transform.rb
View file @
543e6696
...
...
@@ -40,8 +40,6 @@ class Transform
def
rdf_writer
format
File
.
open
(
@export_dir
,
"w"
)
do
|
file
|
create_vocab
p
@format
p
@graph
.
dump
(
format
)
file
<<
@graph
.
dump
(
format
)
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment