Skip to content

Commit

Permalink
Merge with my work
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreCharles committed May 9, 2017
1 parent fe49875 commit 2feb3e7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,5 @@ int main() {

DBIntecractor::getInstance()->InsertDefaultData("../data/data.sql");

if (!DBInteractor::getInstance()) {
std::cout << "error" << std::endl;
return 1;
}
else {
std::cout << "ok" << std::endl;
return 0;
}

}

0 comments on commit 2feb3e7

Please sign in to comment.